Update IndividualProgressionPlayer.cpp

This commit is contained in:
siegmeyerX
2024-08-12 09:34:07 -04:00
committed by GitHub
parent 30041addc5
commit d5abfdb8fb

View File

@@ -358,7 +358,7 @@ public:
// Check if RDF is disabled in the context of Individual Progression
if (sConfigMgr->GetOption<bool>("IndividualProgression.DisableRDF", false))
{
player->GetSession()->SendNotification("The Random Dungeon feature is currently disabled by the Individual Progression module.");
ChatHandler(player->GetSession()).SendNotification("The Random Dungeon feature is currently disabled by the Individual Progression module.");
rDungeonId = 1000; // Set dungeon ID to an invalid value to cancel the queuing
return;
}