fix(DB/Creature): Fix AQ20 respawn timers (#12840)

Co-Authored-By: Gultask <100873791+Gultask@users.noreply.github.com>

Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
Skjalf
2022-08-24 22:43:38 -03:00
committed by GitHub
parent e0b7c7d0d3
commit 517a3f9c57

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature` SET `spawntimesecs`=259200 WHERE `guid` IN (144632,144642,144602,144641,144603,144601);