mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Quest: Rescuing Evanor
Reset the spell cast on quest_template_addon and remove it from the SAI Ref #22444
This commit is contained in:
4
sql/updates/world/3.3.5/2018_10_02_04_world.sql
Normal file
4
sql/updates/world/3.3.5/2018_10_02_04_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user