mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2025_12_15_00 -> 2025_12_16_00
|
||||
-- Sets the chests in "Brackwell Pumpkin Patch" to 15 mins (validated in Classic Era and TBC PTR).
|
||||
UPDATE `gameobject` SET `rotation0`= 0,`rotation1`= 0,`rotation2`= 0,`rotation3`= 0, `spawntimesecs` = 900, `animprogress` = 255, `VerifiedBuild` = 64907 WHERE `id` = 106318 AND `guid` IN (85745, 85756, 85879, 26916);
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2025_12_16_00 -> 2025_12_16_01
|
||||
-- Raven's Wood Ent shouldn't exist in world, only spawnable via a spell.
|
||||
DELETE FROM `creature` WHERE `id1` = 21853;
|
||||
Reference in New Issue
Block a user