parent
6b170b78c9
commit
39c738e05d
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue