diff options
author | Killyana <morphone1@gmail.com> | 2019-04-17 16:42:51 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-30 23:02:13 +0100 |
commit | 5e845a48ddbe9f9a78a9203890ff5c0a972e9ab2 (patch) | |
tree | d889c1cc3b128d1c89cb3cc1dab93cde85ebfc4a | |
parent | 3f25fe8a8a1e828fa3c407d038ab0bcd125c093d (diff) |
DB/Quest: Set the correct event for the quest The Grateful Dead (Human)
(cherry picked from commit 616056b9257eb1e267fcd6e8c1d0a3a4687d87a3)
-rw-r--r-- | sql/updates/world/master/2021_11_30_14_world_2019_04_17_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_30_14_world_2019_04_17_01_world.sql b/sql/updates/world/master/2021_11_30_14_world_2019_04_17_01_world.sql new file mode 100644 index 00000000000..e3759078b9d --- /dev/null +++ b/sql/updates/world/master/2021_11_30_14_world_2019_04_17_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `game_event_seasonal_questrelation` SET `eventEntry` = 51 WHERE `questId`=13952; |