Added required SQL. Without it, there will be item loss using the last commit!

This commit is contained in:
Trevius
2014-12-13 14:01:12 -06:00
parent 9056008342
commit 250ad31038
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1 @@
ALTER TABLE `inventory` ADD `ornament_hero_model` int( 11 ) NOT NULL DEFAULT '0' AFTER `ornamentidfile`;