mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/ICC: Fixed Chocking Gas killing Abomination (#25565)
This commit is contained in:
11
sql/updates/world/3.3.5/2020_10_12_00_world.sql
Normal file
11
sql/updates/world/3.3.5/2020_10_12_00_world.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_putricide_choking_gas_filter';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(71278,'spell_putricide_choking_gas_filter'),
|
||||
(72460,'spell_putricide_choking_gas_filter'),
|
||||
(72619,'spell_putricide_choking_gas_filter'),
|
||||
(72620,'spell_putricide_choking_gas_filter'),
|
||||
(71279,'spell_putricide_choking_gas_filter'),
|
||||
(72459,'spell_putricide_choking_gas_filter'),
|
||||
(72621,'spell_putricide_choking_gas_filter'),
|
||||
(72622,'spell_putricide_choking_gas_filter');
|
||||
Reference in New Issue
Block a user