From 6d16c39e76ed16bd6c401305fefc009c14d1157d Mon Sep 17 00:00:00 2001 From: Keader Date: Sun, 28 Jun 2020 13:14:25 -0300 Subject: Scripts/Warrior: Implemented threat effect of Intervene --- sql/updates/world/3.3.5/2020_06_28_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_06_28_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_06_28_01_world.sql b/sql/updates/world/3.3.5/2020_06_28_01_world.sql new file mode 100644 index 00000000000..5f0c607e463 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_06_28_01_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_war_intervene'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(3411,'spell_war_intervene'); + -- cgit v1.2.3