mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
7
sql/updates/world/3.3.5/2021_10_04_02_world_335.sql
Normal file
7
sql/updates/world/3.3.5/2021_10_04_02_world_335.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
UPDATE `gameobject` a INNER JOIN `gameobject_addon` b ON a.`guid` = b.`guid` SET
|
||||
`rotation0` = `parent_rotation0`,
|
||||
`rotation1` = `parent_rotation1`,
|
||||
`rotation2` = `parent_rotation2`,
|
||||
`rotation3` = `parent_rotation3` WHERE a.`id` IN (19569,19570,19571);
|
||||
DELETE FROM `gameobject_addon` WHERE `guid` IN (SELECT `guid` FROM `gameobject` WHERE `id` IN (19569,19570,19571));
|
||||
Reference in New Issue
Block a user