Skip to content

Commit

Permalink
fix command channel
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Jun 26, 2024
1 parent ffa6408 commit c202e03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GWToolboxdll/Windows/TravelWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,15 +384,15 @@ namespace {
}

if (argOutpost == L"zv") {
GW::Chat::SendChat(GW::Chat::Channel::CHANNEL_COMMAND, L"zv take");
GW::Chat::SendChat('/', L"zv travel");
return;
}
if (argOutpost == L"zm") {
GW::Chat::SendChat(GW::Chat::Channel::CHANNEL_COMMAND, L"zm take");
GW::Chat::SendChat('/', L"zm travel");
return;
}
if (argOutpost == L"zb") {
GW::Chat::SendChat(GW::Chat::Channel::CHANNEL_COMMAND, L"zb take");
GW::Chat::SendChat('/', L"zb travel");
return;
}

Expand Down

0 comments on commit c202e03

Please sign in to comment.