- Fixed Monk's Stagger ability which was counting as damage done.

- Added WoD dungeon information, this fixes dungeon bosses being assigned as 'trash cleanup'.
- Added more information on API.txt document.
This commit is contained in:
tercio
2014-11-18 01:52:14 -02:00
parent 07b587d340
commit 7135518eb7
7 changed files with 416 additions and 12 deletions
+3 -2
View File
@@ -396,7 +396,7 @@
(_bit_band (alvo_flags, REACTION_FRIENDLY) ~= 0 and _bit_band (who_flags, REACTION_FRIENDLY) ~= 0) or
(raid_members_cache [who_serial] and raid_members_cache [alvo_serial])
) then
--> record death log
local t = last_events_cache [alvo_name]
@@ -432,7 +432,8 @@
friend.total = friend.total + amount
friend.spells [spellid] = (friend.spells [spellid] or 0) + amount
return true
else
_current_total [1] = _current_total [1]+amount