mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update IndividualProgressionPlayer.cpp
This commit is contained in:
@@ -37,6 +37,11 @@ public:
|
||||
sIndividualProgression->CheckHPAdjustments(player);
|
||||
sIndividualProgression->checkIPProgression(player);
|
||||
sIndividualProgression->UpdateProgressionQuests(player);
|
||||
|
||||
if (sIndividualProgression->enabled)
|
||||
{
|
||||
ChatHandler(player->GetSession()).SendSysMessage("|cff00ff00Individual Progression: |cffccccccenabled|r");
|
||||
}
|
||||
}
|
||||
|
||||
void OnPlayerSetMaxLevel(Player* player, uint32& maxPlayerLevel) override
|
||||
|
||||
Reference in New Issue
Block a user