Core/DBLayer: Escape more keywords

This commit is contained in:
Aokromes
2018-05-20 23:28:18 +02:00
parent 001837092d
commit f8ac80d4b6
5 changed files with 9 additions and 9 deletions

View File

@@ -861,7 +861,7 @@ void SpellMgr::LoadSpellRanks()
uint32 oldMSTime = getMSTime();
// 0 1 2
QueryResult result = WorldDatabase.Query("SELECT first_spell_id, spell_id, rank from spell_ranks ORDER BY first_spell_id, rank");
QueryResult result = WorldDatabase.Query("SELECT first_spell_id, spell_id, `rank` from spell_ranks ORDER BY first_spell_id, rank");
if (!result)
{