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:
neifion-00000000 2023-04-18 19:24:34 -05:00 committed by GitHub
parent 167b078d31
commit 764622fb30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
--
-- Quicker Respawn Timer on Corporal Keeshan
UPDATE `creature` SET `spawntimesecs`=120 WHERE `guid`=17874 AND `id1`=349;