diff options
-rw-r--r-- | sql/updates/5250_world_tmp.sql | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sql/updates/5250_world_tmp.sql b/sql/updates/5250_world_tmp.sql index 3a71dddad9c..323614d2d47 100644 --- a/sql/updates/5250_world_tmp.sql +++ b/sql/updates/5250_world_tmp.sql @@ -1,7 +1,8 @@ -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 `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'); |