mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/Creature): Looking to the Leadership quest mob respawn times (#14710)
Create fixrespawntimes.sql
This commit is contained in:
4
data/sql/updates/pending_db_world/fixrespawntimes.sql
Normal file
4
data/sql/updates/pending_db_world/fixrespawntimes.sql
Normal 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;
|
||||
Reference in New Issue
Block a user