Fix pet instrument mod issue

This commit is contained in:
Michael Cook (mackal)
2015-05-23 17:14:08 -04:00
parent 8aadc36320
commit 00721f4a96
5 changed files with 75 additions and 67 deletions
@@ -0,0 +1 @@
ALTER TABLE `character_pet_buffs` ADD COLUMN `instrument_mod` tinyint UNSIGNED DEFAULT 10 NOT NULL;