Skip to content

Commit

Permalink
Merge pull request #1242 from raben1/scwiki
Browse files Browse the repository at this point in the history
Main page /scwiki link update
  • Loading branch information
3vcloud authored Oct 16, 2024
2 parents b4d37ee + 2f2dd60 commit c5fb44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GWToolboxdll/Modules/ChatCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2371,7 +2371,7 @@ void CHAT_CMD_FUNC(ChatCommands::CmdSCWiki)
return;
}
if (argc == 1) {
ShellExecuteW(nullptr, L"open", L"https://wiki.fbgmguild.com/Main_Page", nullptr, nullptr, SW_SHOWNORMAL);
ShellExecuteW(nullptr, L"open", L"https://wiki.fbgmguild.com/wiki/Main_Page", nullptr, nullptr, SW_SHOWNORMAL);
}
else {
// the buffer is large enough, because you can type only 120 characters at once in the chat.
Expand Down

0 comments on commit c5fb44f

Please sign in to comment.