mirror of
https://github.com/freekode/mod-reward-played-time-improved.git
synced 2026-02-15 14:46:08 +00:00
upgrade
This commit is contained in:
15
src/RPT_loader.cpp
Normal file
15
src/RPT_loader.cpp
Normal 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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user