chore(DB): import pending files

Referenced commit(s): 4e918c1ad5
This commit is contained in:
github-actions[bot]
2025-11-27 22:16:29 +00:00
parent e9c91d6bf1
commit 83af2d506c
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2025_11_27_07 -> 2025_11_27_08
-- Set respawn time to 120 secs. -- Set respawn time to 120 secs.
UPDATE `creature` SET `spawntimesecs` = 120 WHERE `id1` = 31306 AND `guid` = 74974; UPDATE `creature` SET `spawntimesecs` = 120 WHERE `id1` = 31306 AND `guid` = 74974;

View File

@@ -1,3 +1,4 @@
-- DB update 2025_11_27_08 -> 2025_11_27_09
-- Update SAI Comments (Image of Megalith) -- Update SAI Comments (Image of Megalith)
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 24381; UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 24381;

View File

@@ -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). -- 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.) -- 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; UPDATE `gameobject` SET `spawntimesecs` = 900 WHERE `id` IN (189973, 190169, 190170, 190171, 190172, 190173, 190174, 190175, 191019, 190176) AND `SpawnMask` != 3;