From 444cc12610af936fdd4ca9c599e8a9ec74deba42 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Sun, 19 Apr 2015 16:44:37 +0100 Subject: DB/Quest: Vision Guide (Credit) Give quest credit via spell instead of using areaexploredoreventhappens --- sql/updates/world/ 2015_04_19_01_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/ 2015_04_19_01_world.sql (limited to 'sql') 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; -- cgit v1.2.3