mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Fix Tidal Waves proc amount. After casting (Lesser) Healing Wave twice the buff will be removed.
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user