diff options
Diffstat (limited to 'sql-files/upgrades/eathena-upgrade.sql')
-rw-r--r-- | sql-files/upgrades/eathena-upgrade.sql | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql-files/upgrades/eathena-upgrade.sql b/sql-files/upgrades/eathena-upgrade.sql index 2d124a83e..63a0d1151 100644 --- a/sql-files/upgrades/eathena-upgrade.sql +++ b/sql-files/upgrades/eathena-upgrade.sql @@ -1,6 +1,8 @@ -## +##### #Upgrade file to be used when going from eAthena to Hercules -## +#Note: If you're not up to date with eAthena, go through their upgrade files first and run them before this file. +#Note: After runing this file run Hercules upgrade files. +##### ALTER TABLE `global_reg_value` MODIFY `type` TINYINT(1) UNSIGNED NOT NULL DEFAULT '3'; -- Adds 'I' and 'X' to `type` in `picklog` table ALTER TABLE `picklog` MODIFY `type` ENUM('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X') NOT NULL DEFAULT 'P'; |