mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
-- Quicker Respawn Timer on Corporal Keeshan
|
||||
UPDATE `creature` SET `spawntimesecs`=120 WHERE `guid`=17874 AND `id1`=349;
|
||||
Reference in New Issue
Block a user