diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-05-20 17:45:20 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-05-20 17:45:20 +0200 |
commit | ff72ae815fee1ff124a0b90ae5d4f93fc4a18dee (patch) | |
tree | cc8d00a6df4b45db3fafd659213451d45f65a97d | |
parent | afe486ecb03c5dbf41f1f4da80f213d1debe8dae (diff) |
DB/Quest: Troll Patrol: Done to Death
By Killyana, closes #14708
-rw-r--r-- | sql/updates/world/2015_05_20_04_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_20_04_world.sql b/sql/updates/world/2015_05_20_04_world.sql new file mode 100644 index 00000000000..863f0b86d50 --- /dev/null +++ b/sql/updates/world/2015_05_20_04_world.sql @@ -0,0 +1,8 @@ +-- +UPDATE `smart_scripts` SET `event_type`=61, `event_param1`=0, `event_param2`=0, `event_param3`=0, `event_param4`=0, `action_param1`=10000 WHERE `entryorguid`=28156 AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `link`=3 WHERE `entryorguid`=28156 AND `source_type`=0 AND `id`=2; +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid`=28156 AND `source_type`=0 AND `id`=0; + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=51276; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,51276,0,0,31,0,3,28156,0,0,0,0,'','Incinerate Corpse can be used only on Defeated Argent Footman.'); |