Core/DBLayer: Escape even more keywords

This commit is contained in:
Aokromes
2018-05-27 02:54:20 +02:00
parent b82d234fdd
commit a4ad5205cc

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)
{