Scripts/Sunken Temple: fix Shade of Eranikus and Jammal'an the Prophet (#29663)

* Also minor modernization for instance script

Co-authored-by: 14shagov <14shagov>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
bibi
2024-02-23 22:05:03 +03:00
committed by GitHub
parent e835ab5014
commit a666bdfc31
3 changed files with 183 additions and 41 deletions

View File

@@ -0,0 +1,5 @@
SET @GUID := 11011; -- (unused GUID from TDB 335.24011)
DELETE FROM `gameobject` WHERE `guid` = @GUID;
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
(@GUID, 149431, 109, 0, 0, 1, 1, -518.154, -85.2353, -74.488, 3.14159, -0, -0, -1, -0.00000126759, 43200, 100, 1, '', 0);