diff options
author | Killyana <morphone1@gmail.com> | 2019-04-17 16:42:51 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-04-17 16:42:51 +0200 |
commit | 616056b9257eb1e267fcd6e8c1d0a3a4687d87a3 (patch) | |
tree | a0d07fc62b50b7e4a6d51b05342416ef339efafd | |
parent | 142d13b39eacc2892037f7dca86d6325107ba27e (diff) |
DB/Quest: Set the correct event for the quest The Grateful Dead (Human)
-rw-r--r-- | sql/updates/world/3.3.5/2019_04_17_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_17_01_world.sql b/sql/updates/world/3.3.5/2019_04_17_01_world.sql new file mode 100644 index 00000000000..e3759078b9d --- /dev/null +++ b/sql/updates/world/3.3.5/2019_04_17_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `game_event_seasonal_questrelation` SET `eventEntry` = 51 WHERE `questId`=13952; |