mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user