mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user