From 94c936844c76a28ad928b108f9b15ed455d4aef6 Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Sat, 20 Jul 2019 23:22:59 +0200 Subject: DB/Creature: fix spawn position for Scout Tharr. --- sql/updates/world/3.3.5/2019_07_20_07_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_07_20_07_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_07_20_07_world.sql b/sql/updates/world/3.3.5/2019_07_20_07_world.sql new file mode 100644 index 00000000000..4e508602626 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_20_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x`=1645.22, `position_y`=-4416.44, `position_z`=16.5534, `orientation`=0.19707 WHERE `guid`=6494; -- cgit v1.2.3