
- 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
123 B
SQL
2 lines
123 B
SQL
ALTER TABLE `zenylog` CHANGE `type` `type` ENUM('T','V','P','M','S','N','D','C','A','E','I','B','K') NOT NULL DEFAULT 'S';
|