[DiscordArchive] <@!224931509046345729> can you open a report with your test results of mysql 8.0 ?
[DiscordArchive] <@!224931509046345729> can you open a report with your test results of mysql 8.0 ?
Archived author: Kitzunu • Posted: 2020-04-16T14:25:04.019000+00:00
Original source
good thing I have BareGrep so I just can copy pasta it and search the core for the query q.q
Archived author: conFIGured • Posted: 2020-04-16T14:25:15.788000+00:00
Original source
Mmm copy pasta
Archived author: Kitzunu • Posted: 2020-04-16T14:25:34.075000+00:00
Original source
```cpp
PrepareStatement(WORLD_SEL_CREATURE_TEMPLATE, "SELECT difficulty_entry_1, difficulty_entry_2, difficulty_entry_3, KillCredit1, KillCredit2, modelid1, modelid2, modelid3, modelid4, name, subname, IconName, gossip_menu_id, minlevel, maxlevel, exp, faction, npcflag, speed_walk, speed_run, scale, rank, mindmg, maxdmg, dmgschool, attackpower, DamageModifier, BaseAttackTime, RangeAttackTime, unit_class, unit_flags, unit_flags2, dynamicflags, family, trainer_type, trainer_spell, trainer_class, trainer_race, minrangedmg, maxrangedmg, rangedattackpower, type, type_flags, lootid, pickpocketloot, skinloot, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8, PetSpellDataId, VehicleId, mingold, maxgold, AIName, MovementType, InhabitType, HoverHeight, HealthModifier, ManaModifier, ArmorModifier, RacialLeader, movementId, RegenHealth, mechanic_immune_mask, flags_extra, ScriptName FROM creature_template WHERE entry = ?", CONNECTION_SYNCH);
```
@ WorldDatabase.cpp @ Line 68
Archived author: Kitzunu • Posted: 2020-04-16T14:25:44.806000+00:00
Original source
Now I just have to figure out why Mysql 8 dont like that
Archived author: Kitzunu • Posted: 2020-04-16T14:25:49.417000+00:00
Original source
Archived author: Kitzunu • Posted: 2020-04-16T14:28:25.900000+00:00
Original source
I literally cannot see where the syntax error would be near , mindmg, maxdmg, dmgschool, attackpower, DamageModifier, BaseAttackTime, RangeA
Archived author: Kitzunu • Posted: 2020-04-16T14:31:12.410000+00:00
Original source
FOUND IT! `rank` makes trouble hmm...
Archived author: Kitzunu • Posted: 2020-04-16T14:33:10.130000+00:00
Original source
Why would that make it a syntax error is now the question....
Archived author: Kitzunu • Posted: 2020-04-16T14:34:59.330000+00:00
Original source
okay... so if I remove that and rebuild... It finds more errors.. wtf
Archived author: Kitzunu • Posted: 2020-04-16T14:35:13.403000+00:00
Original source
message.txt