Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/gwdevhub/GWToolboxpp into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
3vcloud committed Oct 16, 2024
2 parents 2f5e74d + c5fb44f commit 1678d0d
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 1678d0d

Please sign in to comment.