diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2015-04-19 16:44:37 +0100 |
|---|---|---|
| committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-04-19 16:44:37 +0100 |
| commit | 444cc12610af936fdd4ca9c599e8a9ec74deba42 (patch) | |
| tree | d51f73d534433a04711e7d2e7e7427ea905090a3 | |
| parent | 1566f45c31233dfa1b4cde3ccaa76392751dc420 (diff) | |
DB/Quest: Vision Guide (Credit)
Give quest credit via spell instead of using areaexploredoreventhappens
| -rw-r--r-- | sql/updates/world/ 2015_04_19_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/ 2015_04_19_01_world.sql b/sql/updates/world/ 2015_04_19_01_world.sql new file mode 100644 index 00000000000..41f1629fef9 --- /dev/null +++ b/sql/updates/world/ 2015_04_19_01_world.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=36569, `action_param2`=2, `comment`='Triggger - LOS -Cast Vision Guide: Quest Complete' WHERE `entryorguid`=21321 AND `source_type`=0 AND `id`=0 AND `link`=1; |
