Skip to content

Commit

Permalink
Updated gwca
Browse files Browse the repository at this point in the history
  • Loading branch information
3vcloud committed Apr 27, 2024
1 parent df72260 commit 0a6768d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dependencies/GWCA
Submodule GWCA updated from b51870 to c3367f
5 changes: 4 additions & 1 deletion GWToolboxdll/Windows/RerollWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,10 @@ void RerollWindow::Update(float)
GW::PreGameContext* pgc = GW::GetPreGameContext();
switch (reroll_stage) {
case PendingLogout: {
auto packet = GW::UI::UIPacket::kLogOut{0, 0};
auto packet = GW::UI::UIPacket::kLogout{
.unknown = 0,
.character_select = 0
};
SendUIMessage(GW::UI::UIMessage::kLogout, &packet);
reroll_stage = WaitingForCharSelect;
reroll_timeout = (reroll_stage_set = TIMER_INIT()) + 10000;
Expand Down

0 comments on commit 0a6768d

Please sign in to comment.