mirror of
https://github.com/freekode/mod-reward-played-time-improved.git
synced 2026-01-13 00:28:34 +00:00
fix
This commit is contained in:
@@ -134,8 +134,6 @@ public:
|
||||
CharacterDatabase.CommitTransaction(trans);
|
||||
}
|
||||
|
||||
|
||||
|
||||
void OnPlayerLogout(Player* player) override
|
||||
{
|
||||
if (!sConfigMgr->GetOption<bool>("RewardPlayedTime.Enable", true)) {
|
||||
@@ -147,7 +145,6 @@ public:
|
||||
|
||||
};
|
||||
|
||||
// Add all scripts in one
|
||||
void AddRewardPlayedTimeScripts()
|
||||
{
|
||||
new RewardPlayedTime();
|
||||
|
||||
Reference in New Issue
Block a user