From 9ddd7cf660fc73f2a3963a0f88c16f7d1d823a41 Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 20 Apr 2009 12:38:35 +0200 Subject: Implement attribute flag SPELL_ATTR_EX2_TRIGGERED_CAN_TRIGGER, fix improved fire nova totem. --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Unit.cpp') 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 -- cgit v1.2.3