- removed soul capacitor trinket fix (WoD).

- removed heart seeker fix for kilrogg encounter (WoD).
- added an option to consolidade spells with the same name.
This commit is contained in:
Tercio
2016-09-17 21:43:00 -03:00
parent 3b1f180d2d
commit f7acdd327b
6 changed files with 66 additions and 53 deletions
+2 -2
View File
@@ -317,8 +317,8 @@
else
return _unpack (_detalhes.class_colors.ARENA_YELLOW)
end
elseif (actor.enemy and not actor.arena_enemy) then
return 0.94117, 0.1, 0.1, 1
--elseif (actor.enemy and not actor.arena_enemy) then
-- return 0.94117, 0.1, 0.1, 1
else
if (not is_player_class [actor.classe] and actor.flag_original and _bit_band (actor.flag_original, 0x00000020) ~= 0) then --> neutral
return _unpack (_detalhes.class_colors.NEUTRAL)