Implement not_extendable spell field

This commit is contained in:
Michael Cook (mackal)
2014-01-20 13:34:18 -05:00
parent 70f994cda5
commit 935ce8f968
4 changed files with 17 additions and 11 deletions
@@ -0,0 +1 @@
ALTER TABLE `spells_new` CHANGE `field197` `not_extendable` INT(11) NOT NULL DEFAULT '0';