diff --git a/data/sql/updates/pending_db_world/fixrespawntimes.sql b/data/sql/updates/pending_db_world/fixrespawntimes.sql new file mode 100644 index 000000000..45d04372f --- /dev/null +++ b/data/sql/updates/pending_db_world/fixrespawntimes.sql @@ -0,0 +1,4 @@ +-- Lieutenant Commander Thalvos +UPDATE `creature` SET `spawntimesecs`=60 WHERE `guid`=59381 AND `id1`=16978; +-- Arch Mage Xintor +UPDATE `creature` SET `spawntimesecs`=60 WHERE `guid`=86049 AND `id1`=16977;