diff options
| author | Kinzcool <kinzzcool@hotmail.com> | 2014-06-23 19:50:28 -0400 |
|---|---|---|
| committer | Kinzcool <kinzzcool@hotmail.com> | 2014-06-23 19:50:28 -0400 |
| commit | e26a8efb4b90d949695196d1186b5d32e074d225 (patch) | |
| tree | c423662fcd22b6227ef62142163a9db8cb6fb73c | |
| parent | aa93a975469cca56e35adc1b5b501f4536be61f1 (diff) | |
DB/Quest: Added the proper special flags to some quests
| -rw-r--r-- | sql/updates/world/2014_06_24_00_world_quest_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_06_24_00_world_quest_template.sql b/sql/updates/world/2014_06_24_00_world_quest_template.sql new file mode 100644 index 00000000000..4778a45750d --- /dev/null +++ b/sql/updates/world/2014_06_24_00_world_quest_template.sql @@ -0,0 +1 @@ +UPDATE `quest_template` SET `SpecialFlags`=2 WHERE `Id` IN (9611, 9625, 9678, 9713, 9926, 10299, 10344); |
