mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
DB/Gameobject: Add Missing bonfire in Amani Catacombs
Closes #20688
(cherry picked from commit 93b1e9977c)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--
|
||||
SET @OGUID:=970;
|
||||
DELETE FROM `gameobject` WHERE `guid`=@OGUID;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
|
||||
(@OGUID, 192612, 530, 3433, 3509, '0', 0, 7567.479, -7359.604, 161.8884, 3.159062, 0, 0, -0.9999619, 0.008734641, 120, 255, 1, 14545); -- 192612
|
||||
DELETE FROM `gameobject_addon` WHERE `guid`=@OGUID;
|
||||
INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`) VALUES
|
||||
(@OGUID, 0, 0, 0.9999619, -0.00872653); -- 192612
|
||||
Reference in New Issue
Block a user