* Actual backout

* SQL needed to undo 7769

--HG--
branch : trunk
This commit is contained in:
Brian
2010-04-05 14:44:34 -06:00
5 changed files with 9 additions and 20 deletions

View File

@@ -1,2 +0,0 @@
ALTER TABLE `item_required_target`
ADD `maxPercentHealth` TINYINT(3) UNSIGNED NOT NULL DEFAULT 100;

View File

@@ -0,0 +1,3 @@
ALTER TABLE `item_required_target`
DROP `maxPercentHealth`;