mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Gameobjects: Make Wrathscale Fountain visible to players and also updated positions with good ones.
This commit is contained in:
5
sql/updates/world/2013_04_02_01_world_gameobject.sql
Normal file
5
sql/updates/world/2013_04_02_01_world_gameobject.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
SET @OGUID := 1160;
|
||||
|
||||
DELETE FROM `gameobject` WHERE `guid`=@OGUID;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
|
||||
(@OGUID, 202275, 530, 1, 1, -2186.307, -12341.81, 56.27893, 0, 0, 0, 0, 1, 120, 255, 1); -- Wrathscale Fountain
|
||||
Reference in New Issue
Block a user