diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-01 17:52:25 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-01 17:52:25 +0200 |
| commit | 029fe277b05bdb0a0a313149a8f82d223d2d01f0 (patch) | |
| tree | 3a93a25f8b7b61c8a2620d31d855a779e1e71894 /sql/updates | |
| parent | f90078f979eacbaa50c14418f82d9c58a4c84b33 (diff) | |
Scripted/Naxxramas: Missing cleanup in f90078f979eacbaa50c14418f82d9c58a4c84b33 :P
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2013_07_01_04_world_gameobject.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
