
- Optimized SQL structure to better fit uint32 value for uniqueitem_counter. (bugreport:9249) - Added font and uniqueitem_counter to load when loading character menu on char-server.
2 lines
93 B
SQL
2 lines
93 B
SQL
ALTER TABLE `char` MODIFY COLUMN `uniqueitem_counter` int(11) unsigned NOT NULL default '0';
|