- Joined
- Aug 1, 2006
- Messages
- 357
- Reaction score
- 68
Well, here is a simple fix for a problem that your character gets rolled back if your pets name is greater then 12 letters.
Just run this SQL script:
Enjoy.
Edit: this is a permanent fix so you just have to run this once.
Just run this SQL script:
PHP:
ALTER TABLE `odinms`.`pets` MODIFY COLUMN `name` VARCHAR(999) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL;
Enjoy.
Edit: this is a permanent fix so you just have to run this once.