From 856d41a7b549e447b08d262eed8d8601bb01cabb Mon Sep 17 00:00:00 2001 From: Trazom62 Date: Thu, 11 Mar 2010 23:18:05 +0100 Subject: Fix Val'anyr, Hammer of Ancient Kings. Thanks sombre88. Fixe issue #910. --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 162166e5bf6..6f6d771884c 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -8266,7 +8266,7 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, AuraEffect* trig { basepoints0 = damage * 15 / 100; target = pVictim; - trigger_spell_id = 26470; + trigger_spell_id = 64413; break; } // Decimation -- cgit v1.2.3