Skip to content

Commit

Permalink
Add missing spells to Demon Hunters
Browse files Browse the repository at this point in the history
  • Loading branch information
KalopsiaTwilight committed Jun 23, 2024
1 parent d6cd806 commit 23eab66
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sql/custom/world/2024_06_23_add_missing_spells_to_dh.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
REPLACE INTO `playercreateinfo_spell_custom` ( `racemask`, `classmask`, `Spell`, `Note` )
VALUES
(0, 2048, 200749, 'DH - Allow Specialization'),
(0, 2048, 212613 , 'DH - Vengeance DH'),
-- (0, 2048, 218386 , 'DH - Allow Spec'),
(0, 2048, 195447, 'DH - Eye Beam'),
(0, 2048, 195327, 'DH - Vengeful retreat'),
(0, 2048, 195439, 'DH - Consume Magic'),
(0, 2048, 195440, 'DH - Chaos Nova'),
(0, 2048, 195449, 'DH - Metamorphosis'),
(0, 2048, 222938, 'DH - Blade Dance'),
(0, 2048, 195441, 'DH - Throw Glaive');

0 comments on commit 23eab66

Please sign in to comment.