aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-12-25 00:41:16 +0200
committeroffl <offl@users.noreply.github.com>2020-12-25 00:41:16 +0200
commit2094bc538034cb3e3b8f4920161592e67a89585e (patch)
tree0c070ad3e8f5f1158930d2cd18fddabac6fa2e52
parent95c4fcdeaf49c5ee8f46174b32a28b361728a5f6 (diff)
DB/Quest: Update 'Ebon Blade Prisoners' (12982)
-rw-r--r--sql/updates/world/3.3.5/2020_12_24_00_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_12_24_00_world.sql b/sql/updates/world/3.3.5/2020_12_24_00_world.sql
new file mode 100644
index 00000000000..7b816a68002
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_12_24_00_world.sql
@@ -0,0 +1,9 @@
+--
+UPDATE `spell_dbc` SET `ProcChance` = 101, `Effect1` = 140, `EffectImplicitTargetA1` = 25, `EffectTriggerSpell1` = 56207 WHERE `Id` = 56204; -- Ebon Blade Prisoners: Force Cast Summon Ebon Blade Knight - Human
+UPDATE `spell_dbc` SET `ProcChance` = 101, `Effect1` = 140, `EffectImplicitTargetA1` = 25, `EffectTriggerSpell1` = 56209 WHERE `Id` = 56210; -- Ebon Blade Prisoners: Force Cast Summon Ebon Blade Knight - Night Elf
+UPDATE `spell_dbc` SET `ProcChance` = 101, `Effect1` = 140, `EffectImplicitTargetA1` = 25, `EffectTriggerSpell1` = 56212 WHERE `Id` = 56213; -- Ebon Blade Prisoners: Force Cast Summon Ebon Blade Knight - Orc
+UPDATE `spell_dbc` SET `ProcChance` = 101, `Effect1` = 140, `EffectImplicitTargetA1` = 25, `EffectTriggerSpell1` = 56214 WHERE `Id` = 56215; -- Ebon Blade Prisoners: Force Cast Summon Ebon Blade Knight - Troll
+UPDATE `smart_scripts` SET `action_type` = 11, `action_param1` = 56204, `comment` = "Ebon Blade Prisoner - On Link - Cast 'Ebon Blade Prisoners: Force Cast Summon Ebon Blade Knight - Human'" WHERE `entryorguid` = 30186 AND `source_type` = 0 AND `id` = 3;
+UPDATE `smart_scripts` SET `action_type` = 11, `action_param1` = 56210, `comment` = "Ebon Blade Prisoner - On Link - Cast 'Ebon Blade Prisoners: Force Cast Summon Ebon Blade Knight - Night Elf'" WHERE `entryorguid` = 30194 AND `source_type` = 0 AND `id` = 3;
+UPDATE `smart_scripts` SET `action_type` = 11, `action_param1` = 56213, `comment` = "Ebon Blade Prisoner - On Link - Cast 'Ebon Blade Prisoners: Force Cast Summon Ebon Blade Knight - Orc'" WHERE `entryorguid` = 30195 AND `source_type` = 0 AND `id` = 3;
+UPDATE `smart_scripts` SET `action_type` = 11, `action_param1` = 56215, `comment` = "Ebon Blade Prisoner - On Link - Cast 'Ebon Blade Prisoners: Force Cast Summon Ebon Blade Knight - Troll'" WHERE `entryorguid` = 30196 AND `source_type` = 0 AND `id` = 3;