mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/gameobject): Rotations of plaques in Royal Gallery (#7882)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631640758221414000');
|
||||
|
||||
UPDATE `gameobject` SET `position_x`=-8337.72, `position_y`=519.845, `position_z`=122.939, `orientation`=-1.12724, `rotation0`=-0.667571,
|
||||
`rotation1`=-0.233126, `rotation2`=-0.667571, `rotation3`=0.23313, `animprogress`=100 WHERE `id`=177200;
|
||||
UPDATE `gameobject` SET `position_x`=-8338.47, `position_y`=509.136, `position_z`=122.924, `orientation`=2.25, `rotation0`=-0.631331,
|
||||
`rotation1`=0.301701, `rotation2`=-0.644599, `rotation3`=-0.308042, `animprogress`=100 WHERE `id`=177201;
|
||||
UPDATE `gameobject` SET `position_x`=-8347.64, `position_y`=520.972, `position_z`=122.939, `orientation`=0, `rotation0`=-0.307199,
|
||||
`rotation1`=-0.636889, `rotation2`=-0.307198, `rotation3`=0.63689, `animprogress`=100 WHERE `id`=177202;
|
||||
|
||||
DELETE FROM `game_event_gameobject` WHERE `guid`=31619;
|
||||
|
||||
DELETE FROM `gameobject_addon` WHERE `guid` IN (20458,20459,31619);
|
||||
INSERT INTO `gameobject_addon` VALUES
|
||||
(20458,0,0),
|
||||
(20459,0,0),
|
||||
(31619,0,0);
|
||||
Reference in New Issue
Block a user