diff options
author | Kinzcool <kinzzcool@hotmail.com> | 2013-04-02 21:08:55 -0400 |
---|---|---|
committer | Kinzcool <kinzzcool@hotmail.com> | 2013-04-02 21:08:55 -0400 |
commit | 25d7cd24eb62cd122be9846b4adeac8ae8aa4625 (patch) | |
tree | 262e3a5d24ae1292138f0d54b5416d9930e21284 | |
parent | 3ce3c86dd26333d4f126f7613cfefa254e0c3a76 (diff) |
DB/Gameobjects: Make Wrathscale Fountain visible to players and also updated positions with good ones.
-rw-r--r-- | sql/updates/world/2013_04_02_01_world_gameobject.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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 |