diff --git a/sql/custom/world/2024_06_23_add_missing_spells_to_dh.sql b/sql/custom/world/2024_06_23_add_missing_spells_to_dh.sql new file mode 100644 index 0000000000000..801c9062c06b4 --- /dev/null +++ b/sql/custom/world/2024_06_23_add_missing_spells_to_dh.sql @@ -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');