diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 4efd88def0c..0a20cb1eefe 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3815,7 +3815,7 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->procCharges = 1; count++; break; - case SPELL_TIDAL_WAVES_51566: // Tidal Wave + case SPELL_TIDAL_WAVES_53390: // Tidal Wave spellInfo->procCharges = 2; count++; break; |