aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2020-07-01 07:31:51 -0300
committerKeader <keader.android@gmail.com>2020-07-01 07:31:51 -0300
commit4418450804a492a7604e93470e11b04e8dcc44ee (patch)
tree646d20de3c7b17e29eec9a851b519766811c0101 /sql
parentc0ff98bdc82418db125b3db73a18412519a3b599 (diff)
Scripts/Warrior: Fixed a typo on intervene script
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_07_01_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_07_01_00_world.sql b/sql/updates/world/3.3.5/2020_07_01_00_world.sql
new file mode 100644
index 00000000000..e240b28e714
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_07_01_00_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_war_intervene','spell_warr_intervene');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(3411,'spell_warr_intervene');