mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
DB/Object: Add a missing spawn for Pure Saronite Deposit and fix spawnmask and respawn time
This commit is contained in:
6
sql/updates/world/3.3.5/2016_07_04_00_world.sql
Normal file
6
sql/updates/world/3.3.5/2016_07_04_00_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
SET @GUID =6028;
|
||||
UPDATE `gameobject` SET `spawnMask`=3, `spawntimesecs`=604800 WHERE `guid`=55974;
|
||||
DELETE FROM `gameobject` WHERE `guid`=@GUID;
|
||||
INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`)VALUES
|
||||
(@GUID, 195036, 603, 3, 1, 1757.896, 87.201, 342.384, 0.649495, 0, 0, 0, 1, 604800, 255, 1);
|
||||
Reference in New Issue
Block a user