Help here!

Nameleszx

New member
Messages
108
Points
0
Help here, I already put this [post=[URL="http://rathena.org/board/topic/78024-sql-error/?p=175831"]http://rathena.org/board/topic/78024-sql-error/?p=175831[/URL]']SQL FILES[/post] in my database but still encountering this problem. Everytime I drop an item, loot an item, get item from npc, get item from cash shop. It shows up.

@_@

Screenshot_1.png

 
Last edited by a moderator:
I think you need to run these (quoted from the conversion file):

Code:
ALTER TABLE `picklog` ADD `nsiuid` BIGINT NOT NULL DEFAULT '0' AFTER `card3`;ALTER TABLE `picklog` CHANGE `nsiuid` `unique_id` BIGINT( 20 ) NOT NULL DEFAULT '0';
 
Last edited by a moderator:
Back
Top