DB/Creature: Set Spirit Healers spawntime to 5 minutes

closes #31192
by CraftedRO
This commit is contained in:
Aokromes
2025-08-05 19:49:19 +02:00
committed by GitHub
parent cac0188e49
commit 53b3bf4f66

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature` SET `spawntimesecs`=300 WHERE `id`=6491 AND `spawntimesecs`=120;