Exclude ExPacket class from debugging.

This commit is contained in:
MobiusDevelopment
2022-10-10 21:26:29 +00:00
parent c1c60d742c
commit 087bb88d2c
29 changed files with 29 additions and 29 deletions

View File

@@ -703,4 +703,4 @@ DebugUnknownPackets = True
# Excluded packet list.
# Packet names that are excluded from debugging, separated by commas.
ExcludedPacketList = Attack, AutoAttackStart, AutoAttackStop, DeleteObject, ExAutoSoulShot, ExStorageMaxCount, MoveToLocation, NpcInfo, NpcSay, SkillCoolTime, SocialAction, StatusUpdate, UserInfo, ValidatePosition
ExcludedPacketList = Attack, AutoAttackStart, AutoAttackStop, DeleteObject, ExAutoSoulShot, ExPacket, ExStorageMaxCount, MoveToLocation, NpcInfo, NpcSay, SkillCoolTime, SocialAction, StatusUpdate, UserInfo, ValidatePosition