fix(Scripts/Spells): Hallow's End Candy punpkin treat should turn pla… (#13808)

...yer into a pirate.
This commit is contained in:
UltraNix 2022-11-21 22:59:24 +01:00 committed by GitHub
parent b77e850397
commit 7f4fe2e3ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 2 deletions

View file

@ -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');