fix(DB/Creature): Set respawn to 15s for Soul Fragments in the Shrine of Lost Souls (#20992)

This commit is contained in:
Exitare
2025-01-05 07:31:33 -08:00
committed by GitHub
parent 161c433cf0
commit 9ab46f81a1

View File

@@ -0,0 +1,2 @@
-- Angered, Suffering & Hungering Soul Fragment respawn
UPDATE `creature` SET `spawntimesecs` = 15 WHERE (`guid` BETWEEN 148424 AND 148488) and `id1` in (23398, 23399, 23401);