chore(DB): import pending files

Referenced commit(s): 198905ed58
This commit is contained in:
github-actions[bot]
2026-01-02 22:20:45 +00:00
parent 34bc0630ce
commit 8ec8c5acf4
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- DB update 2026_01_02_02 -> 2026_01_02_03
-- 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);

View File

@@ -0,0 +1,3 @@
-- DB update 2026_01_02_03 -> 2026_01_02_04
-- Makes sure the wyrm always has loot, had no gold given now it gives between 9 to 45 silver.
UPDATE `creature_template` SET `mingold` = 900, `maxgold` = 45000 WHERE `entry` = 17907;