Skip to content

Commit

Permalink
Added /tp nick
Browse files Browse the repository at this point in the history
  • Loading branch information
3vcloud committed Jul 2, 2024
1 parent 4432a0b commit 57ef05c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions GWToolboxdll/Windows/TravelWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,11 @@ namespace {
return;
}

if (argOutpost == L"nick" || argOutpost == L"nicholas") {
const auto nick = DailyQuests::GetNicholasTheTraveller();
Instance().TravelNearest(nick->map_id);
return;
}
if (argOutpost == L"zv") {
GW::Chat::SendChat('/', L"zv travel");
return;
Expand Down

0 comments on commit 57ef05c

Please sign in to comment.