mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Scripts/Spells: Script for 'Injured' (22269) (#26882)
This commit is contained in:
4
sql/updates/world/3.3.5/2021_09_09_10_world.sql
Normal file
4
sql/updates/world/3.3.5/2021_09_09_10_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user