aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-21 02:00:41 -0500
committermegamage <none@none>2009-08-21 02:00:41 -0500
commitf8bec55205af170e0ca6c112e6b25067115a35fc (patch)
tree576480f28578545164405c9f3d18467c9ce2c386
parent317f5946e5f754fe80d9cccc58e0c5f0d1542de2 (diff)
*Remove the sql which will damage the db. If a hack on db is needed to fix something, please do so in core. The id can be overriden when reading the data.
--HG-- branch : trunk
-rw-r--r--sql/updates/5250_world_tmp.sql11
1 files changed, 0 insertions, 11 deletions
diff --git a/sql/updates/5250_world_tmp.sql b/sql/updates/5250_world_tmp.sql
deleted file mode 100644
index 323614d2d47..00000000000
--- a/sql/updates/5250_world_tmp.sql
+++ /dev/null
@@ -1,11 +0,0 @@
-UPDATE `creature` SET `id` = '29519' WHERE `id` IN ('29520','29565','29566','29567');
-
--- Temporary fix for The Endless Hunger
--- When the final fix is made in core/DB the following will revert it for UDB
--- May not fix YTDB or other DBs.
-
--- UPDATE `creature` SET `id` = '29519' WHERE `guid` IN ('128557','128558','128559');
--- UPDATE `creature` SET `id` = '29520' WHERE `guid` IN ('128561','128563');
--- UPDATE `creature` SET `id` = '29565' WHERE `guid` IN ('128740');
--- UPDATE `creature` SET `id` = '29566' WHERE `guid` IN ('128742','128743','128744');
--- UPDATE `creature` SET `id` = '29567' WHERE `guid` IN ('128747','128748','128749');