Merge pull request #81 from ErLullo/letter-autoremove

letter-autoremove fix
This commit is contained in:
rtw1x1
2026-01-20 22:55:09 +00:00
committed by GitHub

View File

@@ -2006,6 +2006,7 @@ bool CPythonNetworkStream::RecvQuestInfoPacket()
if (QUEST_PACKET_TYPE_END == byQuestPacketType) if (QUEST_PACKET_TYPE_END == byQuestPacketType)
{ {
rkQuest.DeleteQuestInstance(QuestInfo.index); rkQuest.DeleteQuestInstance(QuestInfo.index);
PyCallClassMemberFunc(m_apoPhaseWnd[PHASE_WINDOW_GAME], "BINARY_ClearQuest", Py_BuildValue("(i)", QuestInfo.index));
} }
else if (QUEST_PACKET_TYPE_UPDATE == byQuestPacketType) else if (QUEST_PACKET_TYPE_UPDATE == byQuestPacketType)
{ {