
* Fixes #475 - Added missing Roulette packet lengths. * Fixed a few issues with character gender changes for 20141016 and up. Thanks to @cydh's eagle eyes! * Fixed a small typo in 'upgrade_20150619_log.sql'. * Removed an unused variable.
2 lines
148 B
SQL
2 lines
148 B
SQL
ALTER TABLE `picklog` MODIFY `type` enum('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U','$','F','Y') NOT NULL default 'P';
|