From 029fe277b05bdb0a0a313149a8f82d223d2d01f0 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Mon, 1 Jul 2013 17:52:25 +0200 Subject: Scripted/Naxxramas: Missing cleanup in f90078f979eacbaa50c14418f82d9c58a4c84b33 :P --- sql/updates/world/2013_07_01_04_world_gameobject.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_07_01_04_world_gameobject.sql (limited to 'sql') diff --git a/sql/updates/world/2013_07_01_04_world_gameobject.sql b/sql/updates/world/2013_07_01_04_world_gameobject.sql new file mode 100644 index 00000000000..f53850871fe --- /dev/null +++ b/sql/updates/world/2013_07_01_04_world_gameobject.sql @@ -0,0 +1,2 @@ +UPDATE `gameobject_template` SET `flags`=16 WHERE `entry` IN (181366,193426); +UPDATE `gameobject` SET `position_x`=2516.595,`position_y`=-2946.82,`position_z`=245.5516,`orientation`=5.480335,`rotation2`=0,`rotation3`=0,`animprogress`=255 WHERE `id` IN (181366,193426); -- cgit v1.2.3