diff options
Diffstat (limited to 'src/net/ea/beingrecv.cpp')
-rw-r--r-- | src/net/ea/beingrecv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/beingrecv.cpp b/src/net/ea/beingrecv.cpp index 63d025556..20dfffef9 100644 --- a/src/net/ea/beingrecv.cpp +++ b/src/net/ea/beingrecv.cpp @@ -233,7 +233,7 @@ void BeingRecv::processBeingAction(Net::MessageIn &msg) case AttackType::TOUCH_SKILL: case AttackType::MISS: case AttackType::SKILLMISS: - UNIMPLIMENTEDPACKETFIELD(CAST_S32(type)); + UNIMPLEMENTEDPACKETFIELD(CAST_S32(type)); break; } BLOCK_END("BeingRecv::processBeingAction") |