fix(Scripts/Spells): Hallow's End Candy punpkin treat should turn pla… (#13808)
...yer into a pirate.
This commit is contained in:
parent
b77e850397
commit
7f4fe2e3ec
2 changed files with 37 additions and 2 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=24926;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(24926,'spell_hallows_end_candy_pirate_costume');
|
||||
Loading…
Add table
Add a link
Reference in a new issue