fix(DB/Creature): Increase Sludge Belcher respawn timer to align with other Naxxramas creatures (#24495)

This commit is contained in:
Gultask 2026-01-23 08:53:54 -03:00 committed by GitHub
parent b8c00b8657
commit 328ec46db7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature` SET `spawntimesecs` = 3600 WHERE `id1` = 16029 AND `guid` IN (97718, 97724, 97736, 97747);