fix:(DB/Creature): Correct respawn timer for Corporal Keeshan (#15891)
* fix:(db/SAI): Enables and Adds SAI for Zem Leeward (348) * fix(DB/creature): Correct Corporal Keeshan respawn timer * Delete rev_1681039053601489100.sql from other PR * Update data/sql/updates/pending_db_world/rev_1681039353004394600.sql
This commit is contained in:
parent
167b078d31
commit
764622fb30
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
-- Quicker Respawn Timer on Corporal Keeshan
|
||||
UPDATE `creature` SET `spawntimesecs`=120 WHERE `guid`=17874 AND `id1`=349;
|
||||
Loading…
Add table
Add a link
Reference in a new issue