- 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:
+3
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user