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 năm trước cách đây
mục cha
commit
8e575ee998
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;