Add Item SubType to data structures and DB

This commit is contained in:
Michael Cook (mackal)
2020-05-09 22:37:35 -04:00
parent 90e6bb8a8a
commit 0e6a0b5a70
10 changed files with 11 additions and 3 deletions
@@ -0,0 +1 @@
ALTER TABLE `items` CHANGE `UNK219` `subtype` int(11) not null default '0';