Skip to content

Commit

Permalink
Merge pull request #1092 from adituv/active-quest-overlay
Browse files Browse the repository at this point in the history
ActiveQuestWidget: Add missing packet callback
  • Loading branch information
DubbleClick authored May 19, 2024
2 parents 922c0bb + 60f9083 commit 919a46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GWToolboxdll/Widgets/ActiveQuestWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ void ActiveQuestWidget::Initialize() {
p_quest_marker_texture = GwDatTextureModule::LoadTextureFromFileId(QUEST_MARKER_FILE_ID);

GW::StoC::RegisterPacketCallback(&hook_entry, GAME_SMSG_QUEST_DESCRIPTION, SetForceUpdate, 1);
GW::StoC::RegisterPacketCallback(&hook_entry, GAME_SMSG_QUEST_UPDATE_NAME, SetForceUpdate, 1);
GW::StoC::RegisterPacketCallback(&hook_entry, GAME_SMSG_MISSION_OBJECTIVE_ADD, SetForceUpdate, 1);
GW::StoC::RegisterPacketCallback(&hook_entry, GAME_SMSG_MISSION_OBJECTIVE_COMPLETE, SetForceUpdate, 1);
GW::StoC::RegisterPacketCallback(&hook_entry, GAME_SMSG_MISSION_OBJECTIVE_UPDATE_STRING, SetForceUpdate, 1);
Expand Down

0 comments on commit 919a46e

Please sign in to comment.