From 25d7cd24eb62cd122be9846b4adeac8ae8aa4625 Mon Sep 17 00:00:00 2001 From: Kinzcool Date: Tue, 2 Apr 2013 21:08:55 -0400 Subject: DB/Gameobjects: Make Wrathscale Fountain visible to players and also updated positions with good ones. --- sql/updates/world/2013_04_02_01_world_gameobject.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2013_04_02_01_world_gameobject.sql (limited to 'sql') diff --git a/sql/updates/world/2013_04_02_01_world_gameobject.sql b/sql/updates/world/2013_04_02_01_world_gameobject.sql new file mode 100644 index 00000000000..120dd66eb0d --- /dev/null +++ b/sql/updates/world/2013_04_02_01_world_gameobject.sql @@ -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 -- cgit v1.2.3