mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04: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