aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2014-06-01 13:42:07 -0400
committerKinzcool <kinzzcool@hotmail.com>2014-06-01 13:42:07 -0400
commitedced305769dc3bb0a3ef2262e5673b235120f16 (patch)
tree286d892035daa7d50588473eb95561e62e634908 /sql
parent6bc62d730ed08e6e12d9b57d4914e98019298781 (diff)
parent26370223a0b9ab7b9542a6a727347063397f0fa7 (diff)
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_05_30_00_world_quest_update.sql1
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);