aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2019-02-20 10:40:19 -0300
committerKeader <keader.android@gmail.com>2019-02-20 10:40:19 -0300
commita617cc40977b7b019f79a198daebede90c59f5c1 (patch)
tree9753562dd06705b7e55cdace31b5687c317a3325 /sql/updates
parent43dec9e4d0b6f7da3c2051624742e9fb8a9bcb31 (diff)
Scripts/Illidan: Fixed Parasitic shadowfiends reproducing like rabbits
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2019_02_20_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_02_20_00_world.sql b/sql/updates/world/3.3.5/2019_02_20_00_world.sql
new file mode 100644
index 00000000000..01147c6eab4
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_02_20_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_illidan_parasitic_shadowfiend_proc';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(41913,'spell_illidan_parasitic_shadowfiend_proc');