fix(DB/Gameobject): Battered Footlocker adjusted respawn timers (#24297)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
Co-authored-by: Grimfeather <88028633+Grimfeather@users.noreply.github.com>
This commit is contained in:
Ryan Turner
2026-01-02 22:20:15 +00:00
committed by GitHub
parent 198905ed58
commit 34bc0630ce

View File

@@ -0,0 +1,2 @@
-- Changes from 2 hours (7200) to 15 minute (900 seconds) respawn for "Battered Footlocker"(179486), "Battered Footlocker" (179488) and "Battered Footlocker" (179490)
UPDATE `gameobject` SET `spawntimesecs` = 900 WHERE `id` IN (179486, 179488, 179490);