
- System is now enabled by default. - All non-stackable items that previously existed will get unique IDs if items::item_check is enabled. - Added 'getequipuniqueid' script command to get the unique ID of an equipment on a player. - Don't forget to apply the SQL update! * Renamed SQL update file that applied to logs.
2 lines
85 B
SQL
2 lines
85 B
SQL
ALTER TABLE `char` ADD COLUMN `uniqueitem_counter` bigint(20) NOT NULL AFTER `font`;
|