aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-06-04 18:25:21 +0200
committerKillyana <morphone1@gmail.com>2019-06-04 18:25:21 +0200
commit7dd87e3df44c1c5b9b8ffb9652911d46d6676c38 (patch)
treefa11fe5039c9f930adf7c0b84d29b55fb247df79 /sql/updates
parentbb60122f2c0a67fbb7e1a7e31e1be9b5722ef6ee (diff)
Spell/Script: Stasis Field
Closes #23355
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2019_06_04_03_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_04_03_world.sql b/sql/updates/world/3.3.5/2019_06_04_03_world.sql
new file mode 100644
index 00000000000..e641038a82f
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_06_04_03_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_stasis_field_aura');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(40306,'spell_stasis_field_aura');