mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
Scripts/Misc: Script Romantic Picnic Basket
- Fix achievement "Lonely?" - Added spell_holiday.cpp for spells related with holidays scripts - Closes #5116 ❤️
This commit is contained in:
@@ -39,6 +39,7 @@ void AddSC_warrior_spell_scripts();
|
||||
void AddSC_quest_spell_scripts();
|
||||
void AddSC_item_spell_scripts();
|
||||
void AddSC_example_spell_scripts();
|
||||
void AddSC_holiday_spell_scripts();
|
||||
|
||||
void AddSC_SmartSCripts();
|
||||
|
||||
@@ -642,6 +643,7 @@ void AddSpellScripts()
|
||||
AddSC_quest_spell_scripts();
|
||||
AddSC_item_spell_scripts();
|
||||
AddSC_example_spell_scripts();
|
||||
AddSC_holiday_spell_scripts();
|
||||
}
|
||||
|
||||
void AddCommandScripts()
|
||||
|
||||
Reference in New Issue
Block a user