Skip to content

Commit 3f4c5d0

Browse files
authored
fix(DB/Gameobject): Sniffed Values for 'Broken Cart' spawns (azerothcore#24587)
1 parent 9bf77e8 commit 3f4c5d0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- Update gameobject 'Broken Cart' with sniffed values
2+
-- new spawns
3+
DELETE FROM `gameobject` WHERE (`id` IN (186807)) AND (`guid` IN (171));
4+
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES
5+
(171, 186807, 1, 0, 0, 1, 1, 828.43792724609375, -4508.498046875, 6.702891826629638671, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, "", 45613, NULL);

0 commit comments

Comments
 (0)