aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/7770_world_item_required_target.sql2
1 files changed, 0 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;