aboutsummaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorQAston <none@none>2010-01-29 18:16:46 +0100
committerQAston <none@none>2010-01-29 18:16:46 +0100
commit7776faa6ac26cf9d7e3f6f8fd012ceb69ae01ace (patch)
tree6cbb30eedf343b39cbba6ae828977942d5eeea7b /src/game
parent9e31e083588fe45c8a5b8c0630eda15137e99d4b (diff)
*Typofix - Journeyman - rank 2 Apprentice - rank1
--HG-- branch : trunk rename : sql/updates/7232_world_spell_ranks.sql => sql/updates/7233_world_spell_ranks.sql
Diffstat (limited to 'src/game')
-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 cf71f8fe227..eea1971c029 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -3313,7 +3313,7 @@ void SpellMgr::LoadSpellRanks()
{
sLog.outErrorDb("Spell %u (rank %u) listed in `spell_ranks` for chain %u does not have proper rank value(should be %u)!", itr->first, itr->second, lastSpell, curRank);
valid = false;
- continue;
+ break;
}
}
if (!valid)