mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 07:37:05 +00:00
Make Mangos compatible with newer MySQL pt3. Based by work by @leprasmurf
This commit is contained in:
parent
859a25abfa
commit
ea642ee5cf
16 changed files with 110 additions and 103 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue