diff options
author | _manuel_ <none@none> | 2010-01-08 13:12:49 -0300 |
---|---|---|
committer | _manuel_ <none@none> | 2010-01-08 13:12:49 -0300 |
commit | d4228470e40befca19ff45ae1f1a550145b9beeb (patch) | |
tree | f58beed53b4654d4280cd0a90a81b657636cd533 | |
parent | c3e02980efde9bd96ffb994345584431166fcfab (diff) |
Fixed typo by Corfiik. Now talent Tidal Waves should work.
--HG--
branch : trunk
-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; |