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:
@@ -358,7 +358,7 @@ public:
|
|||||||
// Check if RDF is disabled in the context of Individual Progression
|
// Check if RDF is disabled in the context of Individual Progression
|
||||||
if (sConfigMgr->GetOption<bool>("IndividualProgression.DisableRDF", false))
|
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
|
rDungeonId = 1000; // Set dungeon ID to an invalid value to cancel the queuing
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user