mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(Scripts/ICC): Use threatlist for vampiric bite (#21012)
Co-authored-by: Grimdhex <176165533+Grimdhex@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (70867, 70879, 70877, 71623, 70994);
|
||||
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES
|
||||
(70867, 70867, 71473, 71532, 71533),
|
||||
(70879, 70879, 71525, 71530, 71531),
|
||||
(70877, 70877, 71474, 70877, 71474),
|
||||
(71623, 71623, 71624, 71625, 71626),
|
||||
(70994, 70994, 71962, 71963, 71964);
|
||||
Reference in New Issue
Block a user