diff options
author | Kaelima <kaelima@live.se> | 2011-12-16 07:59:04 -0800 |
---|---|---|
committer | Kaelima <kaelima@live.se> | 2011-12-16 07:59:04 -0800 |
commit | 739715c7617c0ccf36af9e2cf8b6b2e6f4b22d17 (patch) | |
tree | 848fd497def1c0390257a66ffbb280446777bc7f | |
parent | 7e94cae8677a2d6ace04a40ca0e06488e7329077 (diff) | |
parent | bd90edc8067fc3ee8b8033b1869ca092eb6267bd (diff) |
Merge pull request #4351 from gigatotem/master
Deathbringer's Will and Deathbringer's Will HC.
-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); |