Added support for the new min and max equip level in the SQL item database. (Follow up r16632)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16639 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
kenpachi2k11 2012-08-15 19:20:26 +00:00
parent c30a8f75d0
commit c2b4700d41
2 changed files with 1893 additions and 1892 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
ALTER TABLE `item_db_re` CHANGE `equip_level` `equip_level` VARCHAR(10);