fix(Scripts/Items): Bloodsail Admiral's hat should despawn parrot on … (#22327)
This commit is contained in:
parent
dd96b57be4
commit
080e9e05da
2 changed files with 26 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=60244 AND `ScriptName`='spell_item_bloodsail_admiral_hat';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (60244, 'spell_item_bloodsail_admiral_hat');
|
||||
Loading…
Add table
Add a link
Reference in a new issue