mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
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:
5
sql/updates/world/3.3.5/2024_02_23_00_world.sql
Normal file
5
sql/updates/world/3.3.5/2024_02_23_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user