diff options
author | QAston <none@none> | 2010-01-29 18:16:46 +0100 |
---|---|---|
committer | QAston <none@none> | 2010-01-29 18:16:46 +0100 |
commit | 7776faa6ac26cf9d7e3f6f8fd012ceb69ae01ace (patch) | |
tree | 6cbb30eedf343b39cbba6ae828977942d5eeea7b /src/game/SpellMgr.cpp | |
parent | 9e31e083588fe45c8a5b8c0630eda15137e99d4b (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/SpellMgr.cpp')
-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 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) |