When I tried to batch my GameObject_Spawns SQL from the backup
I got this error
Code:
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"gameobject_spawns" ("id", "Entry", "map", "position_x", "position_y", "position' at line 1
[Err] INSERT INTO "gameobject_spawns" ("id", "Entry", "map", "position_x", "position_y", "position_z", "Facing", "orientation1", "orientation2", "orientation3", "orientation4", "State", "Flags", "Faction", "Scale", "stateNpcLink") VALUES
('1','31','0','-9253.08','-3404.9','104.348','0.547548','0.014522','-0.044873','0.27015','0.961662','1','0','0','0.63','0');
[Msg] Finished - Unsuccessfully
--------------------------------------------------
Here is the SQL file
GameObject_Spawns.SQL
What I am thinking is that the batch file colums does not match the
ones in my table? if that is the problem, will someone make a table that I
can execute this Batch file into?
WILL REP ofc.