Trinitycore: DB/Gameobject: Ghostlands - Missing bonfire in Amani Catacombs

Created on 22 Oct 2017  路  3Comments  路  Source: TrinityCore/TrinityCore

Description:

There should be a bonfire. There is no bonfire.

https://i.ytimg.com/vi/7LNmHnGdhPI/hqdefault.jpg

https://youtu.be/_R5IaZJoUxw?t=32s

Branch(es):

both

TC rev. hash/commit:

TrinityCore rev. 21bd52cb995b+ 2017-10-22 21:37:38 +0200 (3.3.5 branch) (Unix, R
elWithDebInfo, Static) (worldserver-daemon)

TDB version: 335.63

Patch:

SET @OGUID      := XXX; -- need a new gameobject GUID

-- Missing bonfire in Amani Catacombs
DELETE FROM `gameobject` WHERE `id`='192612' AND `guid` = @OGUID;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`) VALUES
(@OGUID, 192612, 530, 7567.64, -7359.47, 161.734, 2.429119);
Comp-Database Feedback-PatchFix Sub-Spawns

Most helpful comment

``sql INSERT INTOgameobject(guid,id,map,zoneId,areaId,spawnMask,phaseMask,PhaseGroup,position_x,position_y,position_z,orientation,rotation0,rotation1,rotation2,rotation3,spawntimesecs,animprogress,state,VerifiedBuild`) VALUES
(@OGUID, 192612, 530, 3433, 3509, 1, 1, 0, 7567.479, -7359.604, 161.8884, 3.159062, 0, 0, -0.9999619, 0.008734641, 120, 255, 1, 14545), -- 192612

INSERT INTO gameobject_addon (guid, parent_rotation0, parent_rotation1, parent_rotation2, parent_rotation3) VALUES
(@OGUID, 0, 0, 0.9999619, -0.00872653), -- 192612

All 3 comments

this isn't from a sniff, is it?

``sql INSERT INTOgameobject(guid,id,map,zoneId,areaId,spawnMask,phaseMask,PhaseGroup,position_x,position_y,position_z,orientation,rotation0,rotation1,rotation2,rotation3,spawntimesecs,animprogress,state,VerifiedBuild`) VALUES
(@OGUID, 192612, 530, 3433, 3509, 1, 1, 0, 7567.479, -7359.604, 161.8884, 3.159062, 0, 0, -0.9999619, 0.008734641, 120, 255, 1, 14545), -- 192612

INSERT INTO gameobject_addon (guid, parent_rotation0, parent_rotation1, parent_rotation2, parent_rotation3) VALUES
(@OGUID, 0, 0, 0.9999619, -0.00872653), -- 192612

@Kittnz nope, but I guess that other is :p

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ZenoX92 picture ZenoX92  路  3Comments

besplash picture besplash  路  3Comments

Tatara902 picture Tatara902  路  3Comments

Rushor picture Rushor  路  3Comments

Rochet2 picture Rochet2  路  3Comments