diff options
| author | Filip <boev.filip@gmail.com> | 2014-05-30 22:11:03 +0200 |
|---|---|---|
| committer | Filip <boev.filip@gmail.com> | 2014-05-30 22:11:03 +0200 |
| commit | 3ceabf962dca1a4b190b54975af1b6a9bf3b8b16 (patch) | |
| tree | 5bbf3e9700bafab818e222b069f14b2ab22a80a1 | |
| parent | 7b490384546412745cc8d1e30dbfa6693b020e9d (diff) | |
Martek the Exiled's prerequisite quests
Fix by @untaught
| -rw-r--r-- | sql/updates/world/2014_05_30_00_world_quest_update.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_05_30_00_world_quest_update.sql b/sql/updates/world/2014_05_30_00_world_quest_update.sql new file mode 100644 index 00000000000..a44baf75074 --- /dev/null +++ b/sql/updates/world/2014_05_30_00_world_quest_update.sql @@ -0,0 +1 @@ +UPDATE `quest_template` SET `NextQuestId`=1106,`ExclusiveGroup`=-1104 WHERE `Id` IN (1104,1105); |
