From 4a0e51ad7a9c564cf84f61567ca4d0b4a52d78fc Mon Sep 17 00:00:00 2001 From: tkrokli Date: Wed, 3 May 2017 23:55:05 +0200 Subject: DB/SAI: run Marin Noggenfogger's script inside the quest - change event type to On Quest Taken (19) instead of Finished (20) - modify comment to reflect the event type used - also modify comment to show the quest name instead of number --- sql/updates/world/3.3.5/2017_05_03_01_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_05_03_01_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_05_03_01_world_335.sql b/sql/updates/world/3.3.5/2017_05_03_01_world_335.sql new file mode 100644 index 00000000000..8f6e1091f1b --- /dev/null +++ b/sql/updates/world/3.3.5/2017_05_03_01_world_335.sql @@ -0,0 +1,3 @@ +-- Marin Noggenfogger should mix the elixir before quest 2662 completes +UPDATE `smart_scripts` SET `event_type`=19, `comment`= "Marin Noggenfogger - On Quest 'Noggenfogger Elixir' Taken - Run Script" + WHERE `entryorguid`= 7564 AND `source_type`= 0; -- cgit v1.2.3