Core/Scripts: Hallow's End Pumpkin Treat
Add all 6 spells available from item 20557, Hallow's End Pumpkin Treat: - Hallow's End Candy, Orange Giant (24924) - Hallow's End Candy, Skeleton (24925) - Hallow's End Candy, Pirate (24926) - Hallow's End Candy, Ghost (24927) - Hallow's End Candy, Female Defias Pirate (44742) - Hallow's End Candy, Male Defias Pirate (44743) Thanks @Keader for creating the new spell scripts & SQL, saved me a lot of time! :-) (cherry picked from commit cee1c0789acb7d75e453ed355a5d68781a5dec4c)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- enable 2 new spell scripts: spell_hallow_end_candy & spell_hallow_end_candy_pirate
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_hallow_end_candy','spell_hallow_end_candy_pirate');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(24930,'spell_hallow_end_candy'),
|
||||
(24926,'spell_hallow_end_candy_pirate');
|
||||
Reference in New Issue
Block a user