Fix Tidal Waves proc amount. After casting (Lesser) Healing Wave twice the buff will be removed.

--HG--
branch : trunk
This commit is contained in:
p0wer
2009-12-28 21:09:16 -06:00
parent e17eea4057
commit 744c514b89

View File

@@ -26,6 +26,7 @@
#include "World.h"
#include "Chat.h"
#include "Spell.h"
#include "SpellId.h"
#include "BattleGroundMgr.h"
#include "CreatureAI.h"
@@ -3776,6 +3777,9 @@ void SpellMgr::LoadSpellCustomAttr()
case 64823: // Item - Druid T8 Balance 4P Bonus
spellInfo->procCharges = 1;
break;
case SPELL_TIDAL_WAVES_51566: // Tidal Wave
spellInfo->procCharges = 2;
break;
case 44544: // Fingers of Frost
spellInfo->procCharges = 2;
spellInfo->EffectSpellClassMask[0] = flag96(685904631,1151048,0);