fix(DB/Creature): Looking to the Leadership quest mob respawn times (#14710)

Create fixrespawntimes.sql
This commit is contained in:
BeefSteak
2023-01-21 17:12:46 +00:00
committed by GitHub
parent 7dec2e59a6
commit ab4a8aae5c

View File

@@ -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;