This commit is contained in:
Evgeny
2025-08-30 22:35:19 +02:00
parent a374d9a3ef
commit 0b57726164

View File

@@ -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();