diff options
author | Killyana <morphone1@gmail.com> | 2017-07-12 16:54:23 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-07-12 16:54:23 +0200 |
commit | 1008536ce487e5ec8a88c6d01ce68d7d3c138aa1 (patch) | |
tree | 420ed7cf3c2b3fea5223a3ebf07daed5175ca69d | |
parent | 13edbd9e317d47e6233503e80453e79540243e58 (diff) |
DB/Quest: Celestial Planetarium access quests
Closes #19981
-rw-r--r-- | sql/updates/world/3.3.5/2017_07_12_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_07_12_02_world.sql b/sql/updates/world/3.3.5/2017_07_12_02_world.sql new file mode 100644 index 00000000000..69d3367abfa --- /dev/null +++ b/sql/updates/world/3.3.5/2017_07_12_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `NextQuestID`=13614 WHERE `ExclusiveGroup` IN (-13611); |