mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
fix(CI/Codestyle): correct double semicolon check (#21388)
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
handler->PSendSysMessage("Invalid subphase, see \".worldstate sunsreach subphase\" for usage");
|
||||
return false;
|
||||
}
|
||||
sWorldState->HandleSunsReachSubPhaseTransition(subphase);;
|
||||
sWorldState->HandleSunsReachSubPhaseTransition(subphase);
|
||||
handler->PSendSysMessage(sWorldState->GetSunsReachPrintout());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user