Add the ability to disable a tradeskill recipe

This commit is contained in:
Leere
2013-10-31 17:55:04 +01:00
parent 1bae570b68
commit cf117b1a4d
4 changed files with 10 additions and 5 deletions
@@ -0,0 +1 @@
ALTER TABLE `tradeskill_recipe` ADD `enabled` tinyint(1) NOT NULL DEFAULT '1';