aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkrokli <tkrokli@users.noreply.github.com>2017-05-03 23:55:05 +0200
committertkrokli <tkrokli@users.noreply.github.com>2017-05-03 23:55:05 +0200
commit4a0e51ad7a9c564cf84f61567ca4d0b4a52d78fc (patch)
tree96e189a99594e0703bd85bacde35027af7fe9385
parent011b8847d1bb657137fe593fdb0b62a232b523e8 (diff)
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
-rw-r--r--sql/updates/world/3.3.5/2017_05_03_01_world_335.sql3
1 files changed, 3 insertions, 0 deletions
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;