View Single Post
  #24  
Old 05-21-2016, 11:05 AM
cannon
Hill Giant
 
Join Date: Dec 2004
Location: Pittsburgh, PA
Posts: 128
Default

Quote:
Originally Posted by kartikeya200 View Post
This pops up on occasion, but not reliably as to when I'm experience problems:

Code:
[MySQL Error] 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 
 REPLACE INTO `character_bind` (id, zone_id, instance_id, x, y, z, heading, slot) VALUES (12757996, 12757812, 12756388, 0.000000, 0.000000, 0.000000, 0.000000, 1074790400), (0, 1076887552, 0, 0.000000, 0.000000, 0.000000, 0.000000, 1074790400),
I get this every time a character is created, but it still creates the character and everything seems to be fine..
Reply With Quote