diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-23 10:26:50 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-23 10:26:50 +0100 |
| commit | 984b7126ffa76f865089ba9afb4bfd3c21989cda (patch) | |
| tree | fc909ac19ead28100c27d55ba370b060164c55d1 | |
| parent | 57e599fa024a0e5def3ddb5a4a790cfb5d9d8d4b (diff) | |
DB/Quest: Fix Karuk's Oath availability
By Raszagal closes #11451
| -rw-r--r-- | sql/updates/world/2014_01_23_00_world_quest_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_23_00_world_quest_template.sql b/sql/updates/world/2014_01_23_00_world_quest_template.sql new file mode 100644 index 00000000000..4c6f5e55841 --- /dev/null +++ b/sql/updates/world/2014_01_23_00_world_quest_template.sql @@ -0,0 +1,2 @@ +-- Fix Karuk quests - Remove Karuk's Oath as NextQuestId in A Diplomatic Mission, as this blocks Horde from doing Karuk's Oath after turning in Seek Out Karuk! +UPDATE quest_template SET NextQuestId=0 WHERE Id=12141; |
