Character sql

Post Reply
Spre
Posts: 13
Joined: Sat Jan 24, 2015 6:01 pm

Character sql

Post by Spre » Thu Apr 14, 2016 9:00 am

Had this fixed last year in IRC I dont remember how we fixed it, but its the same issue.

first character credted - start in sandy errors with the client error.

heres the charcter sql

Code: Select all

REPLACE INTO `chars` (`charid`, `accid`, `charname`, `nation`, `pos_zone`, `pos_prevzone`, `pos_rot`, `pos_x`, `pos_y`, `pos_z`, `boundary`, `home_zone`, `home_rot`, `home_x`, `home_y`, `home_z`, `missions`, `assault`, `campaign`, `quests`, `keyitems`, `set_blue_spells`, `abilities`, `titles`, `zones`, `playtime`, `unlocked_weapons`, `gmlevel`, `isnewplayer`, `mentor`, `campaign_allegiance`, `isstylelocked`) VALUES
	(21828, 1000, '***', 0, 231, 231, 0, 0.000, 0.000, 0.000, 0, 0, 0, 0.000, 0.000, 0.000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0, 1, 0, 0, 0);

Spre
Posts: 13
Joined: Sat Jan 24, 2015 6:01 pm

Re: Character sql

Post by Spre » Thu Apr 14, 2016 5:59 pm

Ifinally remembered. fixed.

Post Reply