diff options
author | Aokromes <jipr@hotmail.com> | 2013-11-03 01:44:52 +0100 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2013-11-03 01:44:52 +0100 |
commit | 3c0228f609d9222020b3e6419cc8edc2c94b534a (patch) | |
tree | 8861ce0bef92d50ccc82c99f30f30ebdb11839a4 | |
parent | 336885480d84313eda0514b97105d25965453f95 (diff) |
DB/Gameobject: Dip in the Moonwell
By untaught, closes #7523
-rw-r--r-- | sql/updates/world/2013_11_03_02_world_gameobject_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_03_02_world_gameobject_335.sql b/sql/updates/world/2013_11_03_02_world_gameobject_335.sql new file mode 100644 index 00000000000..d25f702ce73 --- /dev/null +++ b/sql/updates/world/2013_11_03_02_world_gameobject_335.sql @@ -0,0 +1,6 @@ +-- +SET @GGUID=5289; + +DELETE FROM `gameobject` WHERE `id`=181632; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(@GGUID,181632,1,1,1,-4511.94,-781.874,-41.5711,6.04346,0,0,0.119574,-0.992825,300,0,1); |