diff options
| author | joschiwald <joschiwald.trinity@gmail.com> | 2017-12-23 10:21:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-23 10:21:55 +0100 |
| commit | 73bc074cfca98171f1a9d9311100de69dfd325c1 (patch) | |
| tree | e6e009fcf7c270e92c9b40e94110d80332ccd779 | |
| parent | 18ab645781074cb029f633ca67bbb366e1544af6 (diff) | |
Update 2017_12_23_00_world.sql
| -rw-r--r-- | sql/updates/world/master/2017_12_23_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2017_12_23_00_world.sql b/sql/updates/world/master/2017_12_23_00_world.sql index d059792ac30..bcf641d66da 100644 --- a/sql/updates/world/master/2017_12_23_00_world.sql +++ b/sql/updates/world/master/2017_12_23_00_world.sql @@ -1,5 +1,5 @@ -- Quest 25039: Have You Seen Anything Weird Out There? -UPDATE `quest_template` SET `RewardNextQuest`=24993, WHERE `ID`=25039; +UPDATE `quest_template` SET `RewardNextQuest`=24993 WHERE `ID`=25039; -- add ExclusiveGroup 24992 - only one of the quests must be available DELETE FROM `quest_template_addon` WHERE `ID` IN (24992,25039); |
