Skip to content

Commit

Permalink
Update [4690] Fix DBErrors and substitute nonexistant spell for Twili…
Browse files Browse the repository at this point in the history
…ght Loreseeker - Slow

Twilight Loreseeker has to be MCed again in Classic to confirm or fix the SpellId
  • Loading branch information
AnonXS committed Jan 17, 2025
1 parent 0c55ef0 commit a0989fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Updates/4690_MC_BFD.sql
Original file line number Diff line number Diff line change
@@ -28,9 +28,9 @@ INSERT INTO `creature_spell_list_entry` (`Id`, `Name`, `ChanceSupportAction`, `C
(483105, 'Vanilla - Lady Sarevess', 0, 0),
(481505, 'Vanilla - Murkshallow Snapclaw', 0, 0),
(481805, 'Vanilla - Blindlight Murloc', 0, 0),

(480901, 'Blackfathom Deeps - Twilight Acolyte', 0, 0),
(482001, 'Blackfathom Deeps - Blindlight Oracle', 0, 0);
-- LoadCreatureSpellLists: Invalid creature_spell_list 482001 list, spell 9532 has ranged spell flag but ChanceRangedAttack is 0. Skipping.
(480901, 'Blackfathom Deeps - Twilight Acolyte', 75, 0),
(482001, 'Blackfathom Deeps - Blindlight Oracle', 50, 75);

DELETE FROM `creature_spell_list` WHERE `Id` IN (481405,481305,481105,481205,480905,481005,1290205,624305,482005,481905,483105,481505,481805,480901,482001);
INSERT INTO `creature_spell_list` (`Id`, `Position`, `SpellId`, `Flags`, `CombatCondition`, `TargetId`, `ScriptId`, `Availability`, `Probability`, `InitialMin`, `InitialMax`, `RepeatMin`, `RepeatMax`, `Comments`) VALUES
@@ -44,7 +44,7 @@ INSERT INTO `creature_spell_list` (`Id`, `Position`, `SpellId`, `Flags`, `Combat
(481105, 3, 9672, 0, -1, 0, 0, 100, 1, 0, 0, 0, 0, 'Twilight Aquamancer - Frostbolt'),
(481105, 0, 2, 0, -1, 0, 0, 100, 1, 0, 0, 0, 0, 'Twilight Aquamancer - Attack'),
(481205, 4, 8365, 0, -1, 0, 0, 100, 1, 0, 0, 10006, 13510, 'Twilight Loreseeker - Enlarge'),
(481205, 3, 25603, 0, -1, 0, 0, 100, 1, 0, 0, 11647, 16577, 'Twilight Loreseeker - Slow'),
(481205, 3, 18972, 0, -1, 0, 0, 100, 1, 0, 0, 11647, 16577, 'Twilight Loreseeker - Slow'), -- LoadCreatureSpellLists: Invalid creature_spell_list 481205 spell 25603 does not exist. Skipping.
(481205, 0, 2, 0, -1, 0, 0, 100, 1, 0, 0, 0, 0, 'Twilight Loreseeker - Attack'),
(480905, 4, 8362, 0, -1, 0, 0, 100, 1, 0, 0, 16315, 19958, 'Twilight Acolyte - Renew'),
(480905, 0, 2, 0, -1, 0, 0, 100, 1, 0, 0, 0, 0, 'Twilight Acolyte - Attack'),

0 comments on commit a0989fe

Please sign in to comment.