diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-27 02:14:57 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-27 02:14:57 +0200 |
commit | ebdf156212c4242916014761eb4c15a3e08d6339 (patch) | |
tree | 2d849aac9a828197b69c60972a21cb77653a0adc | |
parent | a6a23a73af92f02531aa28256536daeabb439766 (diff) |
DB/Gameobject: Fix wrong "Brewfest Banner" position in durotar
-rw-r--r-- | sql/updates/world/2014_09_27_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_27_01_world.sql b/sql/updates/world/2014_09_27_01_world.sql new file mode 100644 index 00000000000..9ab67334955 --- /dev/null +++ b/sql/updates/world/2014_09_27_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `gameobject` WHERE `guid`=31688; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(31688, 186717, 1, 1, 1, 1349.707, -4357.939, 26.95916, -0.593412, 0, 0, 0, 1, 120, 255, 1), -- Brewfest Banner (Area: 0) |