Scripts/Warrior: Implement Shield Block (#29004)

This commit is contained in:
SargeroDeV
2023-05-18 16:43:35 -04:00
committed by GitHub
parent e943c695f2
commit 48820532e4
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`= 2565;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(2565,'spell_warr_shield_block');