diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-08-21 01:30:50 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-08-21 01:30:50 -0400 |
commit | 526d713666bcb9c6edbc4acf8263b38ee68c3b17 (patch) | |
tree | 942343e35dd520f793a684d5c886a1aa217a01df | |
parent | 8efb1c3e4e08506d67931323b0592a39552af566 (diff) |
Temporary fix for The Endless Hunger - includes the sql to reverse the change.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/5250_world_tmp.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/5250_world_tmp.sql b/sql/updates/5250_world_tmp.sql new file mode 100644 index 00000000000..3a71dddad9c --- /dev/null +++ b/sql/updates/5250_world_tmp.sql @@ -0,0 +1,10 @@ +UPDATE `creature` SET `id` = '29519' WHERE `guid` IN ('128557','128558','128559','128561','128563','128740','128742','128743','128744','128747','128748','128749'); + +-- Temporary fix for The Endless Hunger +-- When the final fix is made in core/DB the following will revert it + +-- 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'); |