fix npc buff not expire
This commit is contained in:
@@ -243,7 +243,7 @@ public class CECNPC : CECObject
|
||||
});
|
||||
}
|
||||
}
|
||||
else if (Convert.ToInt32(Msg.dwParam2) == CommandID.UPDATE_EXT_STATE)
|
||||
if (Convert.ToInt32(Msg.dwParam2) == CommandID.UPDATE_EXT_STATE)
|
||||
{
|
||||
cmd_update_ext_state pCmd = GPDataTypeHelper.FromBytes<cmd_update_ext_state>((byte[])Msg.dwParam1);
|
||||
if (pCmd.id == m_NPCInfo.nid)
|
||||
|
||||
Reference in New Issue
Block a user