Temporary fix for The Endless Hunger - includes the sql to reverse the change.

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-08-21 01:30:50 -04:00
parent 8efb1c3e4e
commit 526d713666
+10
View File
@@ -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');