Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Jan 14, 2025
1 parent 1112893 commit 5245db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/npcharop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void NPChar::on_AM_NPCEVENT(const ActorMsgPack &mpk)

if(!sdNPCE.event.empty() && sdNPCE.event != SYS_ENTER){
sdNPCE.event = AESHelper(this, mpk.from()).decode(sdNPCE.event.c_str());
m_xmlLayoutSeqIDList.erase(mpk.from());
// m_xmlLayoutSeqIDList.erase(mpk.from());
}

// when CO initially sends a message to NPC, we assume its UID is the callStackUID
Expand Down

0 comments on commit 5245db7

Please sign in to comment.