Core/Skinning: Autolearn skill of skinned mob if not already learned (#28894)

This commit is contained in:
Meji
2023-04-06 17:28:38 +02:00
committed by GitHub
parent c21a01442e
commit 74c280da9e
3 changed files with 90 additions and 0 deletions

View File

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