Fixed typo by Corfiik. Now talent Tidal Waves should work.

--HG--
branch : trunk
This commit is contained in:
_manuel_
2010-01-08 13:12:49 -03:00
parent c3e02980ef
commit d4228470e4

View File

@@ -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;