Skip to content

Commit

Permalink
[CDB] Update [4660] Readd missing Corrupted Mottled Boar - Corrupted …
Browse files Browse the repository at this point in the history
…Intellect & Corrupted Scorpid - Poison

(cherry picked from commit cmangos/classic-db@a097a70
  • Loading branch information
AnonXS committed Nov 28, 2024
1 parent dea3884 commit a518e1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Updates/0474_durotar_spell_lists.sql
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,8 @@ INSERT INTO `creature_spell_list_entry` (`Id`, `Name`, `ChanceSupportAction`, `C

DELETE FROM `creature_spell_list` WHERE `Id` = 322501;
INSERT INTO `creature_spell_list` (`Id`, `Position`, `SpellId`, `Flags`, `CombatCondition`, `TargetId`, `ScriptId`, `Availability`, `Probability`, `InitialMin`, `InitialMax`, `RepeatMin`, `RepeatMax`, `Comments`) VALUES
(322501, 1, 3385, 0, -1, 2, 0, 100, 0, 0, 10000, 10000, 20000, 'Corrupted Mottled Boar - Boar Charge - self');
(322501, 1, 3385, 0, -1, 2, 0, 100, 0, 0, 10000, 10000, 20000, 'Corrupted Mottled Boar - Boar Charge - self'),
(322501, 2, 6818, 0, -1, 130, 0, 100, 0, 0, 10000, 10000, 25000, 'Corrupted Mottled Boar - Corrupted Intellect - top aggro aura not present');

UPDATE `creature_template` SET `SpellList` = 322501 WHERE `entry` = 3225;

Expand All @@ -449,7 +450,8 @@ INSERT INTO `creature_spell_list_entry` (`Id`, `Name`, `ChanceSupportAction`, `C

DELETE FROM `creature_spell_list` WHERE `Id` = 322601;
INSERT INTO `creature_spell_list` (`Id`, `Position`, `SpellId`, `Flags`, `CombatCondition`, `TargetId`, `ScriptId`, `Availability`, `Probability`, `InitialMin`, `InitialMax`, `RepeatMin`, `RepeatMax`, `Comments`) VALUES
(322601, 1, 5413, 0, -1, 130, 0, 100, 0, 0, 10000, 10000, 25000, 'Corrupted Scorpid - Noxious Catalyst - top aggro aura not present');
(322601, 1, 5413, 0, -1, 130, 0, 100, 0, 0, 10000, 10000, 25000, 'Corrupted Scorpid - Noxious Catalyst - top aggro aura not present'),
(322601, 2, 11918, 0, -1, 130, 0, 100, 0, 0, 10000, 10000, 25000, 'Corrupted Scorpid - Poison - top aggro aura not present');

UPDATE `creature_template` SET `SpellList` = 322601 WHERE `entry` = 3226;

Expand Down

0 comments on commit a518e1c

Please sign in to comment.