diff options
author | Rushor <Rushor@users.noreply.github.com> | 2020-03-08 23:17:38 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-22 22:54:06 +0100 |
commit | 2b656aa96707c5cc09358f594dae8c9d5968fe9a (patch) | |
tree | d4ddd6cc98d07205d1cb23a0a0a0df655734dfa9 | |
parent | 02ba0903ec597fe9c82c72b8ea166364cb889639 (diff) |
DB/Quest: Fix Budd reset position for the quest Stealing "Back the Mushrooms"
Ref #14348
(cherry picked from commit e7d2489793fe919bf7f2e77fc67dbc556667efed)
-rw-r--r-- | sql/updates/world/master/2021_12_22_25_world_2020_03_08_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_22_25_world_2020_03_08_02_world.sql b/sql/updates/world/master/2021_12_22_25_world_2020_03_08_02_world.sql new file mode 100644 index 00000000000..8ecc84aa3f7 --- /dev/null +++ b/sql/updates/world/master/2021_12_22_25_world_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; |