diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-27 02:17:06 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-27 02:17:06 +0200 |
| commit | eccc6e97ead56d79cf58904a9276c73feea028ee (patch) | |
| tree | ef5f8f4e1fb66ff1f9defb0b79a9e0f13f428e0a | |
| parent | ebdf156212c4242916014761eb4c15a3e08d6339 (diff) | |
SQL: meh, save button
| -rw-r--r-- | sql/updates/world/2014_09_27_01_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_09_27_01_world.sql b/sql/updates/world/2014_09_27_01_world.sql index 9ab67334955..4d67cac6727 100644 --- a/sql/updates/world/2014_09_27_01_world.sql +++ b/sql/updates/world/2014_09_27_01_world.sql @@ -1,3 +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) +(31688, 186717, 1, 1, 1, 1349.707, -4357.939, 26.95916, -0.593412, 0, 0, 0, 1, 120, 255, 1); -- Brewfest Banner (Area: 0) |
