BenZac Posted June 11, 2012 Posted June 11, 2012 after installing rathena on my hosting .. i have problem with these.. ive noticed that it does not save my char equipment. but i can see the equipment im wearing. hmm..Any ideas? Quote
jTynne Posted June 11, 2012 Posted June 11, 2012 Apply the needed SQL updates: ALTER TABLE `inventory` ADD COLUMN `favorite` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `expire_time`; ALTER TABLE `cart_inventory` ADD COLUMN `favorite` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `expire_time`; ALTER TABLE `storage` ADD COLUMN `favorite` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `expire_time`; Kind of surprised they haven't been added into the SVN yet.. Quote
Question
BenZac
after installing rathena on my hosting .. i have problem with these..
ive noticed that it does not save my char equipment. but i can see the equipment im wearing.
hmm..Any ideas?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.