diff options
author | durotar <durotar@trinity.contrib> | 2012-01-08 11:21:50 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-08 11:21:50 +0100 |
commit | 3765590ca40fef603de89789ce47d24f32e5536a (patch) | |
tree | 7c1696806f818a65a1719ae15f4abdb2e740cac3 | |
parent | 6fb0b4d86dfaa3a83b012ef95164525ae523f8ca (diff) |
DB/Quest: update quest 13093 with sniffdata
closes #4676
-rw-r--r-- | sql/updates/world/2012_01_08_04_world_quest_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_08_04_world_quest_template.sql b/sql/updates/world/2012_01_08_04_world_quest_template.sql new file mode 100644 index 00000000000..fdc3c401302 --- /dev/null +++ b/sql/updates/world/2012_01_08_04_world_quest_template.sql @@ -0,0 +1,2 @@ +-- Update quest 13093 (sharable/repeatable quest) +UPDATE `quest_template` SET `PrevQuestId`=13092,`Flags`=`Flags`|8192,`SpecialFlags`=1,`OfferRewardText`='Choose your fate, $N.',`RequestItemsText`='Bring me more vrykul bones and we will influence the fates in your favor.' WHERE `id`=13093; |