diff options
author | QAston <none@none> | 2009-04-20 12:38:35 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-20 12:38:35 +0200 |
commit | 9ddd7cf660fc73f2a3963a0f88c16f7d1d823a41 (patch) | |
tree | 5ac69cb495fcd68c21d2ac7d1bc809715529356b /src/game/Unit.cpp | |
parent | 8ad26e0db6cd9550373b9b81902e03c232eb9f4d (diff) |
Implement attribute flag SPELL_ATTR_EX2_TRIGGERED_CAN_TRIGGER, fix improved fire nova totem.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index e381f41ef13..efdff7d7540 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -6097,7 +6097,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger // Improved fire nova totem case 16544: { - triggered_spell_id = 16086; + triggered_spell_id = 51880; break; } // Tidal Force |