From e7d2489793fe919bf7f2e77fc67dbc556667efed Mon Sep 17 00:00:00 2001 From: Rushor Date: Sun, 8 Mar 2020 23:17:38 +0100 Subject: DB/Quest: Fix Budd reset position for the quest Stealing "Back the Mushrooms" Ref #14348 --- sql/updates/world/3.3.5/2020_03_08_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_03_08_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_03_08_02_world.sql b/sql/updates/world/3.3.5/2020_03_08_02_world.sql new file mode 100644 index 00000000000..8ecc84aa3f7 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_08_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `waypoints` SET `position_x`=-287.131, `position_y`=8312.12, `position_z`=20.0859 WHERE `entry`=17953 AND `pointid`=1; -- cgit v1.2.3