Make Mangos compatible with newer MySQL pt3. Based by work by @leprasmurf

This commit is contained in:
Antz 2020-04-25 22:36:02 +01:00
parent 859a25abfa
commit ea642ee5cf
16 changed files with 110 additions and 103 deletions

View file

@ -65,7 +65,7 @@ void LoadSkillExtraItemTable()
SkillExtraItemStore.clear(); // need for reload
// 0 1 2 3
QueryResult* result = WorldDatabase.Query("SELECT spellId, requiredSpecialization, additionalCreateChance, additionalMaxNum FROM skill_extra_item_template");
QueryResult* result = WorldDatabase.Query("SELECT `spellId`, `requiredSpecialization`, `additionalCreateChance`, `additionalMaxNum` FROM `skill_extra_item_template`");
if (result)
{