diff --git a/src/cs_individualProgression.cpp b/src/cs_individualProgression.cpp index e0c253e..eb958cf 100644 --- a/src/cs_individualProgression.cpp +++ b/src/cs_individualProgression.cpp @@ -117,7 +117,7 @@ public: } sIndividualProgression->ForceUpdateProgressionState(target, static_cast(progressionLevel)); - sIndividualProgression->UpdateProgressionQuests(target); + sIndividualProgression->UpdateProgressionQuests(target); sIndividualProgression->checkIPPhasing(target, currentArea); handler->PSendSysMessage("Updated Progression Level for |cff00ffff{}|r = |cff00ffff{}|r", playername, progressionLevel); @@ -125,7 +125,7 @@ public: } static bool HandleTeleIndividualProgressionCommand(ChatHandler* handler, Optional player, std::string location) - { + { if (location != "naxx40" && location != "onyxia40" && location != "naxx" && location != "onyxia") { handler->PSendSysMessage("|cff00ffff{}|r is not a valid teleport location.", location);