diff options
-rw-r--r-- | sql/updates/world/3.3.5/2020_12_24_00_world.sql | 9 |
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; |