BenZac Posted June 11, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 12/05/11 Last Seen: November 8, 2020 Share 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 Link to comment Share on other sites More sharing options...
jTynne Posted June 11, 2012 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 399 Reputation: 199 Joined: 11/09/11 Last Seen: December 14, 2020 Share 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 Link to comment Share on other sites More sharing options...
BenZac Posted June 12, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 12/05/11 Last Seen: November 8, 2020 Author Share Posted June 12, 2012 problem solved. thanks Quote Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.