chore(DB): import pending files

Referenced commit(s): ddcbd455f1
This commit is contained in:
github-actions[bot]
2025-12-16 19:36:37 +00:00
parent 6b170b78c9
commit 39c738e05d
2 changed files with 2 additions and 0 deletions

View File

@@ -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);

View File

@@ -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;