Core/DBLayer: Escape even more keywords

This commit is contained in:
Aokromes
2018-05-25 16:53:07 +02:00
committed by GitHub
parent 17539f1cb3
commit e67fce6246

View File

@@ -872,7 +872,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)
{