From da99183354382ac9cc061d68ea70e79f3951e231 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 28 Nov 2017 20:09:40 +0100 Subject: DB/Creature: Fix StormWind guard position --- sql/updates/world/3.3.5/2017_11_28_01_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_11_28_01_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_11_28_01_world_335.sql b/sql/updates/world/3.3.5/2017_11_28_01_world_335.sql new file mode 100644 index 00000000000..6169bd23f8a --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_28_01_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x`=-8850.944336, `position_y`=716.976990, `position_z`=97.425034, `Orientation`=1.968332, `MovementType`=0, `spawndist`=0 WHERE `guid`=120682 AND `id`=68; -- cgit v1.2.3