fix(DB/Creature): Looking to the Leadership quest mob respawn times (#14710)
Create fixrespawntimes.sql
This commit is contained in:
parent
7dec2e59a6
commit
ab4a8aae5c
1 changed files with 4 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue