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