mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2025_11_27_07 -> 2025_11_27_08
|
||||
|
||||
-- Set respawn time to 120 secs.
|
||||
UPDATE `creature` SET `spawntimesecs` = 120 WHERE `id1` = 31306 AND `guid` = 74974;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2025_11_27_08 -> 2025_11_27_09
|
||||
-- Update SAI Comments (Image of Megalith)
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 24381;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2025_11_27_09 -> 2025_11_27_10
|
||||
-- Sets all Herbs spawn time to be 15 minutes (as they are currently not pooled).
|
||||
-- Goldclover, Tiger Lily, Talandra's Rose, Lichbloom, Icethorn, Frozen Herb (190173, 190174 and 190175), Adder's Tongue and Frost Lotus (currently can be farmed in an instance for free.)
|
||||
UPDATE `gameobject` SET `spawntimesecs` = 900 WHERE `id` IN (189973, 190169, 190170, 190171, 190172, 190173, 190174, 190175, 191019, 190176) AND `SpawnMask` != 3;
|
||||
Reference in New Issue
Block a user