aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-10-02 21:02:54 +0200
committerKillyana <morphone1@gmail.com>2018-10-02 21:02:54 +0200
commit7694ff2ed3f8d86966555660f77141e59f311e2e (patch)
treea9342391414a994199f2f465475398d8316b0141
parentf2447a8dfc4e030b0bbe6ac5f8d5f2ff102cf8e5 (diff)
DB/Quest: Rescuing Evanor
Reset the spell cast on quest_template_addon and remove it from the SAI Ref #22444
-rw-r--r--sql/updates/world/3.3.5/2018_10_02_04_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_02_04_world.sql b/sql/updates/world/3.3.5/2018_10_02_04_world.sql
new file mode 100644
index 00000000000..85c18fc1a26
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_10_02_04_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `smart_scripts` WHERE `entryorguid`=25356 AND `source_type`=0 AND `id`=0 AND `action_type`=85;
+UPDATE `smart_scripts` SET `id`=0, `event_type`=19 WHERE `entryorguid`=25356 AND `source_type`=0 AND `id`=1 AND `action_type`=80;
+UPDATE `quest_template_addon` SET `SourceSpellID`=45883 WHERE `ID`=11681;