mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Escape MySQL 8 keywords (#193)
This commit is contained in:
@@ -33,7 +33,7 @@ SqlGen::register(new class extends SetupScript
|
|||||||
exp,
|
exp,
|
||||||
faction,
|
faction,
|
||||||
npcflag,
|
npcflag,
|
||||||
IF(rank > 4, 0, rank),
|
IF(`rank` > 4, 0, `rank`),
|
||||||
dmgSchool,
|
dmgSchool,
|
||||||
DamageModifier,
|
DamageModifier,
|
||||||
BaseAttackTime,
|
BaseAttackTime,
|
||||||
|
|||||||
Reference in New Issue
Block a user