diff options
author | QAston <none@none> | 2010-07-16 19:17:45 +0200 |
---|---|---|
committer | QAston <none@none> | 2010-07-16 19:17:45 +0200 |
commit | 31a3310ea1afc9ff4daf01d1eee1879f2b80c41e (patch) | |
tree | f8a4106f152f1f914129bb2683fde51acaaaec12 | |
parent | 0ed0b1f7f57919bcdc46b0acf6363443c9b1473a (diff) |
*Fix Totem of Hex coefficient - patch by Lightguard.
--HG--
branch : trunk
-rw-r--r-- | src/server/game/Entities/Unit/Unit.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/game/Entities/Unit/Unit.cpp b/src/server/game/Entities/Unit/Unit.cpp index 6a44506232d..6cebccb3da4 100644 --- a/src/server/game/Entities/Unit/Unit.cpp +++ b/src/server/game/Entities/Unit/Unit.cpp @@ -10057,7 +10057,8 @@ uint32 Unit::SpellDamageBonus(Unit *pVictim, SpellEntry const *spellProto, uint3 case 5142: // Increased Lightning Damage case 5147: // Improved Consecration / Libram of Resurgence case 5148: // Idol of the Shooting Star - case 6008: // Increased Lightning Damage / Totem of Hex + case 6008: // Increased Lightning Damage + case 8627: // Totem of Hex { DoneTotal += (*i)->GetAmount(); break; |