diff options
author | Trazom62 <none@none> | 2010-03-11 23:18:05 +0100 |
---|---|---|
committer | Trazom62 <none@none> | 2010-03-11 23:18:05 +0100 |
commit | 856d41a7b549e447b08d262eed8d8601bb01cabb (patch) | |
tree | 3b4b45a50539d4d918f8504e8620dae3c51e5a57 | |
parent | 8947cfd41c77406a4d8ab81841f77d8efff2ccc1 (diff) |
Fix Val'anyr, Hammer of Ancient Kings. Thanks sombre88.
Fixe issue #910.
--HG--
branch : trunk
-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 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 |