mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2026_02_09_00 -> 2026_02_10_00
|
||||||
-- Fix gameobject spawns with non-unit rotation quaternions (sniffed values)
|
-- Fix gameobject spawns with non-unit rotation quaternions (sniffed values)
|
||||||
|
|
||||||
-- Barbershop Chairs
|
-- Barbershop Chairs
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2026_02_10_00 -> 2026_02_10_01
|
||||||
-- Add missing static transport parent_rotation values
|
-- Add missing static transport parent_rotation values
|
||||||
DELETE FROM `gameobject_addon` WHERE `guid` IN (2837,6946,18802,18803,18804,18805,18806,18807,56162,56163);
|
DELETE FROM `gameobject_addon` WHERE `guid` IN (2837,6946,18802,18803,18804,18805,18806,18807,56162,56163);
|
||||||
INSERT INTO `gameobject_addon` (`guid`,`parent_rotation0`,`parent_rotation1`,`parent_rotation2`,`parent_rotation3`,`invisibilityType`,`invisibilityValue`) VALUES
|
INSERT INTO `gameobject_addon` (`guid`,`parent_rotation0`,`parent_rotation1`,`parent_rotation2`,`parent_rotation3`,`invisibilityType`,`invisibilityValue`) VALUES
|
||||||
Reference in New Issue
Block a user