Browse Source

- Follow up r16824.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16825 54d463be-8e91-2dee-dedb-b68131a5f0ec
j-tkay 12 years ago
parent
commit
8e575ee998
1 changed files with 2 additions and 1 deletions
  1. 2 1
      sql-files/upgrades/upgrade_svn16823.sql

+ 2 - 1
sql-files/upgrades/upgrade_svn16823.sql

@@ -1 +1,2 @@
-ALTER TABLE `item_db_re` MODIFY `defence` SMALLINT(5) DEFAULT NULL;
+ALTER TABLE `item_db_re` MODIFY `defence` SMALLINT(5) DEFAULT NULL;
+ALTER TABLE `item_db` MODIFY `defence` SMALLINT(5) DEFAULT NULL;