From a7ef5ef8845d6fb506f55812f43eb7aa09fb5d88 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 11 Apr 2018 22:22:09 +0200 Subject: DB/Creature: Fix Silvermoon Guardian position Closes #18944 --- sql/updates/world/master/2018_04_11_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2018_04_11_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2018_04_11_04_world.sql b/sql/updates/world/master/2018_04_11_04_world.sql new file mode 100644 index 00000000000..40d5bb2b1f3 --- /dev/null +++ b/sql/updates/world/master/2018_04_11_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x`=9510.07, `position_y`=-6810.53, `position_z`=16.48, `orientation`=3.92456 WHERE `guid`=375662; -- cgit v1.2.3