aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2010-04-05 14:44:34 -0600
committerBrian <runningnak3d@gmail.com>2010-04-05 14:44:34 -0600
commitdb2f8ae7449419b95ae1123ea4f04d587eef4a5c (patch)
tree5e586acca6fc23d8febae6645c3cc4737f4e504a /sql
parent9629a340c6f8af87d2673ecab6c05d319aac26a5 (diff)
parent96cc2b1d48618d04dd866d786d98dcd8e8aef0c9 (diff)
* Actual backout
* SQL needed to undo 7769 --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/7770_world_item_required_target.sql2
-rw-r--r--sql/updates/7778_world_item_required_target.sql3
2 files changed, 3 insertions, 2 deletions
diff --git a/sql/updates/7770_world_item_required_target.sql b/sql/updates/7770_world_item_required_target.sql
deleted file mode 100644
index 1a3ba551099..00000000000
--- a/sql/updates/7770_world_item_required_target.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-ALTER TABLE `item_required_target`
-ADD `maxPercentHealth` TINYINT(3) UNSIGNED NOT NULL DEFAULT 100;
diff --git a/sql/updates/7778_world_item_required_target.sql b/sql/updates/7778_world_item_required_target.sql
new file mode 100644
index 00000000000..ff926081a76
--- /dev/null
+++ b/sql/updates/7778_world_item_required_target.sql
@@ -0,0 +1,3 @@
+ALTER TABLE `item_required_target`
+DROP `maxPercentHealth`;
+