Scripts/Spells: Script for 'Injured' (22269) (#26882)

This commit is contained in:
offl
2021-09-09 23:54:05 +03:00
committed by GitHub
parent 20aa0f0dd9
commit ff8ddbfd53
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 22269 AND `ScriptName` = 'spell_gen_injured';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(22269,'spell_gen_injured');