Forums WoW Modding Support Archives Azerothcore Discord Archives [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 ?

[DiscordArchive] <@!224931509046345729> can you open a report with your test results of mysql 8.0 ?

Pages (4): Previous 1 2 3 4 Next
rektbyfaith
Administrator
0
04-16-2020, 02:25 PM
#21
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
rektbyfaith
04-16-2020, 02:25 PM #21

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

rektbyfaith
Administrator
0
04-16-2020, 02:25 PM
#22
Archived author: conFIGured • Posted: 2020-04-16T14:25:15.788000+00:00
Original source

Mmm copy pasta
rektbyfaith
04-16-2020, 02:25 PM #22

Archived author: conFIGured • Posted: 2020-04-16T14:25:15.788000+00:00
Original source

Mmm copy pasta

rektbyfaith
Administrator
0
04-16-2020, 02:25 PM
#23
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
rektbyfaith
04-16-2020, 02:25 PM #23

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

rektbyfaith
Administrator
0
04-16-2020, 02:25 PM
#24
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
rektbyfaith
04-16-2020, 02:25 PM #24

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

rektbyfaith
Administrator
0
04-16-2020, 02:25 PM
#25
Archived author: Kitzunu • Posted: 2020-04-16T14:25:49.417000+00:00
Original source

rektbyfaith
04-16-2020, 02:25 PM #25

Archived author: Kitzunu • Posted: 2020-04-16T14:25:49.417000+00:00
Original source

rektbyfaith
Administrator
0
04-16-2020, 02:28 PM
#26
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
rektbyfaith
04-16-2020, 02:28 PM #26

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

rektbyfaith
Administrator
0
04-16-2020, 02:31 PM
#27
Archived author: Kitzunu • Posted: 2020-04-16T14:31:12.410000+00:00
Original source

FOUND IT! `rank` makes trouble hmm...
rektbyfaith
04-16-2020, 02:31 PM #27

Archived author: Kitzunu • Posted: 2020-04-16T14:31:12.410000+00:00
Original source

FOUND IT! `rank` makes trouble hmm...

rektbyfaith
Administrator
0
04-16-2020, 02:33 PM
#28
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....
rektbyfaith
04-16-2020, 02:33 PM #28

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....

rektbyfaith
Administrator
0
04-16-2020, 02:34 PM
#29
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
rektbyfaith
04-16-2020, 02:34 PM #29

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

rektbyfaith
Administrator
0
04-16-2020, 02:35 PM
#30
Archived author: Kitzunu • Posted: 2020-04-16T14:35:13.403000+00:00
Original source


message.txt
rektbyfaith
04-16-2020, 02:35 PM #30

Archived author: Kitzunu • Posted: 2020-04-16T14:35:13.403000+00:00
Original source


message.txt

Pages (4): Previous 1 2 3 4 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)