From d4228470e40befca19ff45ae1f1a550145b9beeb Mon Sep 17 00:00:00 2001 From: _manuel_ Date: Fri, 8 Jan 2010 13:12:49 -0300 Subject: Fixed typo by Corfiik. Now talent Tidal Waves should work. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3