From d5abfdb8fb3599ab22cf91c1d7d8d32098955363 Mon Sep 17 00:00:00 2001 From: siegmeyerX Date: Mon, 12 Aug 2024 09:34:07 -0400 Subject: [PATCH] Update IndividualProgressionPlayer.cpp --- src/IndividualProgressionPlayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IndividualProgressionPlayer.cpp b/src/IndividualProgressionPlayer.cpp index 1ea4621..69e97e2 100644 --- a/src/IndividualProgressionPlayer.cpp +++ b/src/IndividualProgressionPlayer.cpp @@ -358,7 +358,7 @@ public: // Check if RDF is disabled in the context of Individual Progression if (sConfigMgr->GetOption("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; }