parent
14ebaae275
commit
871163b1cc
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_02_02_01 -> 2026_02_03_00
|
||||
-- Add parent rotation columns to gameobject_addon table for transport rotation support
|
||||
ALTER TABLE `gameobject_addon`
|
||||
ADD COLUMN `parent_rotation0` FLOAT NOT NULL DEFAULT 0 AFTER `guid`,
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_02_03_00 -> 2026_02_03_01
|
||||
-- DB/Gameobject: Update "Dangerous!" sign with sniffed values
|
||||
-- Closes https://github.com/azerothcore/azerothcore-wotlk/issues/16834
|
||||
DELETE FROM `gameobject` WHERE `guid` = 17154 AND `id` = 2008;
|
||||
Loading…
Add table
Add a link
Reference in a new issue