orion3dgames / t5c

Building a open source multiplayer 3d rpg using babylon.js and colyseus
https://t5c.onrender.com
MIT License
119 stars 27 forks source link

Error: SQLITE_ERROR: near "SET": syntax error #18

Closed ddaydd closed 1 year ago

ddaydd commented 1 year ago
Error running sql INSERT INTO abilities SET `name`=`Fireball`,`key`=`fireball`,`icon`=`ABILITY_fireball`,`sound`=`fire_attack_2`,`description`=`Hurls a massive fiery ball that explodes on contact with target.`,`castSelf`=`false`,`castTime`=`1000`,`cooldown`=`2000`,`repeat`=`0`,`repeatInterval`=`0`,`range`=`2`,`minRange`=`0`,`effect`=`{"type":"travel","particule":"fireball","color":"orange"}`,`casterPropertyAffected`=`{"mana":10}`,`targetPropertyAffected`=`{"health":-50}`,`requiredToLearn`=`{"level":3}`
orion3dgames commented 1 year ago

weird that query looks good, i'll check that later :)