From 7776faa6ac26cf9d7e3f6f8fd012ceb69ae01ace Mon Sep 17 00:00:00 2001 From: QAston Date: Fri, 29 Jan 2010 18:16:46 +0100 Subject: *Typofix - Journeyman - rank 2 Apprentice - rank1 --HG-- branch : trunk rename : sql/updates/7232_world_spell_ranks.sql => sql/updates/7233_world_spell_ranks.sql --- src/game/SpellMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3