diff options
| author | Keader <keader.android@gmail.com> | 2019-02-20 10:40:19 -0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-23 23:16:43 +0100 |
| commit | dba7e2507fee3bb53cb4aa7140dee401d478a16f (patch) | |
| tree | 2690759c9538589cca06f6106719c6db37240a73 /sql/updates | |
| parent | ef04a26bf4b4819aed714eb65ee509aa5d9a563f (diff) | |
Scripts/Illidan: Fixed Parasitic shadowfiends reproducing like rabbits
(cherry picked from commit a617cc40977b7b019f79a198daebede90c59f5c1)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_11_23_20_world_2019_02_20_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_23_20_world_2019_02_20_00_world.sql b/sql/updates/world/master/2021_11_23_20_world_2019_02_20_00_world.sql new file mode 100644 index 00000000000..01147c6eab4 --- /dev/null +++ b/sql/updates/world/master/2021_11_23_20_world_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'); |
