aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-08-14 19:48:53 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-08-14 19:48:53 +0200
commit595fcdee70d5ef54986d1450e24874e08d5cbdfa (patch)
treec4e08b8c679514dd55b03f5f1e9f4c0365a21bef /sql
parent11ecb9c63339bcf5de3a87374d8d2e12cd79d249 (diff)
Scripted/BaradinHold: Add missing door for Alizabal
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_08_14_01_world_gameobject_434.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_14_01_world_gameobject_434.sql b/sql/updates/world/2013_08_14_01_world_gameobject_434.sql
new file mode 100644
index 00000000000..430c7ee2394
--- /dev/null
+++ b/sql/updates/world/2013_08_14_01_world_gameobject_434.sql
@@ -0,0 +1,5 @@
+SET @OGUID := xxxx;
+
+DELETE FROM `gameobject` WHERE `id`=@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, 209849, 757, 1, 1, 386.859, 1337.48, 170.1612, 1.570796, 0, 0, 1, -4.371139E-08, 7200, 255, 0); \ No newline at end of file