mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
@@ -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;
|
||||
Reference in New Issue
Block a user