[9569] Fix spell 60772

This commit is contained in:
Lightguard 2010-03-11 09:13:59 +01:00
parent 45cc830eae
commit acb0c70c74
2 changed files with 3 additions and 2 deletions

View file

@ -8936,7 +8936,8 @@ uint32 Unit::SpellDamageBonus(Unit *pVictim, SpellEntry const *spellProto, uint3
case 5142: // Increased Lightning Damage case 5142: // Increased Lightning Damage
case 5147: // Improved Consecration / Libram of Resurgence case 5147: // Improved Consecration / Libram of Resurgence
case 5148: // Idol of the Shooting Star 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)->GetModifier()->m_amount; DoneTotal+=(*i)->GetModifier()->m_amount;
break; break;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9568" #define REVISION_NR "9569"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__