From ae81ac4245369f2eb65eb5497ae8a2222db2b93c Mon Sep 17 00:00:00 2001 From: Lynethris <100411212+Lynethris@users.noreply.github.com> Date: Sat, 23 Apr 2022 09:33:47 +0200 Subject: [PATCH] fix(DB/Gameobject): Zul'Gurub - Fix Entrance Gate (#11441) * fix(DB/Gameobject): Fix Zul'Gurub - Entrance Gate Fix the double gate at the entrance of Zul'Gurub - issue(https://github.com/azerothcore/azerothcore-wotlk/issues/11350) * fix code style * Revert, move gate and uniformity with first gate * revert uniformity --- .../sql/updates/pending_db_world/rev_1650360263328185762.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1650360263328185762.sql diff --git a/data/sql/updates/pending_db_world/rev_1650360263328185762.sql b/data/sql/updates/pending_db_world/rev_1650360263328185762.sql new file mode 100644 index 000000000..4551f0d9d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1650360263328185762.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1650360263328185762'); + +DELETE FROM `gameobject` WHERE (`id` = 180323) AND (`guid` IN (28668)); +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`) VALUES +(28668, 180323, 309, 1977, 1977, 1, 1, -11916.8, -1221.22, 92.5045, -1.5708, 0, 0, -0.707107, 0.707107, 600, 100, 1, '', 0);