This commit is contained in:
Evgeny
2025-08-30 22:21:55 +02:00
parent fae2f5c96e
commit a374d9a3ef
29 changed files with 595 additions and 905 deletions

15
src/RPT_loader.cpp Normal file
View File

@@ -0,0 +1,15 @@
/*
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
*/
// From SC
void AddRewardPlayedTimeScripts();
// Add all
// cf. the naming convention https://github.com/azerothcore/azerothcore-wotlk/blob/master/doc/changelog/master.md#how-to-upgrade-4
// additionally replace all '-' in the module folder name with '_' here
void Addmod_reward_played_time_improvedScripts()
{
AddRewardPlayedTimeScripts();
}