Skip to content

Commit

Permalink
remove spell_four_horsemen_consumption sciptname
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed May 12, 2024
1 parent 6b6aa34 commit 0e82a26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Naxxramas/sql/world/naxx40_creatures.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5604,9 +5604,6 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
-- Blaumeux
-- Void Zone damage
-- upstream handles void zone damage incorrectly. Azerothcore (#18807)
DELETE FROM `spell_script_names` WHERE `spell_id` = 28865;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(28865,'spell_four_horsemen_consumption');
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 16697;
UPDATE `creature_template` SET `ScriptName` = '', `AIName` = 'SmartAI' WHERE `entry` = 16697;
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 16697);
Expand Down

0 comments on commit 0e82a26

Please sign in to comment.