- added damage sub attribute 'enemies' which show only enemies.

- fix issue with enemy spell successful cast.
This commit is contained in:
Tercio
2013-11-26 13:21:31 -02:00
parent 3e7ad42ac6
commit 3d6aae1879
23 changed files with 451 additions and 241 deletions
+1 -1
View File
@@ -1517,7 +1517,7 @@
end
else
--> successful casts (not interrupted)
if (_bit_band (who_flags, 0x00000040) ~= 0) then --> byte 2 = 4 (enemy)
if (_bit_band (who_flags, 0x00000040) ~= 0 and who_name) then --> byte 2 = 4 (enemy)
--> damager
local este_jogador = damage_cache [who_name]
if (not este_jogador) then