aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author_manuel_ <none@none>2010-01-08 13:12:49 -0300
committer_manuel_ <none@none>2010-01-08 13:12:49 -0300
commitd4228470e40befca19ff45ae1f1a550145b9beeb (patch)
treef58beed53b4654d4280cd0a90a81b657636cd533 /src
parentc3e02980efde9bd96ffb994345584431166fcfab (diff)
Fixed typo by Corfiik. Now talent Tidal Waves should work.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellMgr.cpp2
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;