parent
34bc0630ce
commit
8ec8c5acf4
2 changed files with 2 additions and 0 deletions
|
|
@ -1,2 +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);
|
||||
|
|
@ -1,2 +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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue