From b9dcd3e80244d48e11242a3492e4ff87c49c6754 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 18 Nov 2023 02:09:51 +0100 Subject: [PATCH] fix(DB/Gameobject): Sniffed Values for 187919 'Alliance Bonfire' (#17751) --- .../updates/pending_db_world/rev_1700250718822076700.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1700250718822076700.sql diff --git a/data/sql/updates/pending_db_world/rev_1700250718822076700.sql b/data/sql/updates/pending_db_world/rev_1700250718822076700.sql new file mode 100644 index 000000000..2450b40ab --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1700250718822076700.sql @@ -0,0 +1,9 @@ +-- Update gameobject 187919 'Alliance Bonfire' with sniffed values +-- updated spawns +DELETE FROM `gameobject` WHERE (`id` = 187919) AND (`guid` IN (76356)); +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 +(76356, 187919, 530, 0, 0, 1, 1, 2019.80322265625, 6580.18603515625, 134.36187744140625, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, "", 50172, NULL); + +DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 1) AND (`guid` IN (76356)); +INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES +(1, 76356);