aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2020-06-28 13:14:25 -0300
committerKeader <keader.android@gmail.com>2020-06-28 13:14:25 -0300
commit6d16c39e76ed16bd6c401305fefc009c14d1157d (patch)
tree7f80e34c3f99bc4eb3f2ff77e7f1e92f6e6a477d /sql
parent3d3621d5294a96cd6065869eccadca38185e9a64 (diff)
Scripts/Warrior: Implemented threat effect of Intervene
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_06_28_01_world.sql5
1 files changed, 5 insertions, 0 deletions
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');
+