Revision 263, 253 bytes
(checked in by yumileroy, 17 years ago)
|
Some missing changes. This should fix the bug that loading char causes crash.
Please do not commit to the other tip (I do not know how to delete it).
Original author: megamage
Date: 2008-11-20 17:40:13-06:00
|
Line | |
---|
1 | ALTER TABLE `guild_bank_tab` |
---|
2 | CHANGE COLUMN `TabText` `TabText` text; |
---|
3 | |
---|
4 | ALTER TABLE `character_aura` ADD `stackcount` INT NOT NULL DEFAULT '1' AFTER `effect_index` ; |
---|
5 | ALTER TABLE `pet_aura` ADD `stackcount` INT NOT NULL DEFAULT '1' AFTER `effect_index` ; |
---|