diff options
author | Rushor <Rushor@users.noreply.github.com> | 2020-03-08 23:17:38 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-03-08 23:17:38 +0100 |
commit | e7d2489793fe919bf7f2e77fc67dbc556667efed (patch) | |
tree | 6fd688b687b7500e7d439ac069679ea74abc0869 | |
parent | a6a2311b15552fffcbd17c6b5515d1aaf34bd2c8 (diff) |
DB/Quest: Fix Budd reset position for the quest Stealing "Back the Mushrooms"
Ref #14348
-rw-r--r-- | sql/updates/world/3.3.5/2020_03_08_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |