diff options
author | Gigatotem <gigatotemwow@live.co.uk> | 2011-12-16 15:24:14 +0000 |
---|---|---|
committer | Gigatotem <gigatotemwow@live.co.uk> | 2011-12-16 15:24:14 +0000 |
commit | bd90edc8067fc3ee8b8033b1869ca092eb6267bd (patch) | |
tree | 848fd497def1c0390257a66ffbb280446777bc7f | |
parent | 7e94cae8677a2d6ace04a40ca0e06488e7329077 (diff) |
Core/Items: Deathbringer's Will and Deathbringer's Will (HC) should proc Haste for a Druid not attack power.
-rwxr-xr-x | src/server/game/Entities/Unit/Unit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Entities/Unit/Unit.cpp b/src/server/game/Entities/Unit/Unit.cpp index 232be095e2b..48b096e5a25 100755 --- a/src/server/game/Entities/Unit/Unit.cpp +++ b/src/server/game/Entities/Unit/Unit.cpp @@ -5469,7 +5469,7 @@ bool Unit::HandleDummyAuraProc(Unit* victim, uint32 damage, AuraEffect* triggere case CLASS_DRUID: RandomSpells.push_back(71484); RandomSpells.push_back(71485); - RandomSpells.push_back(71486); + RandomSpells.push_back(71492); break; case CLASS_HUNTER: RandomSpells.push_back(71486); @@ -5515,7 +5515,7 @@ bool Unit::HandleDummyAuraProc(Unit* victim, uint32 damage, AuraEffect* triggere case CLASS_DRUID: RandomSpells.push_back(71561); RandomSpells.push_back(71556); - RandomSpells.push_back(71558); + RandomSpells.push_back(71560); break; case CLASS_HUNTER: RandomSpells.push_back(71558); |