summaryrefslogtreecommitdiff
path: root/src/net/ea/npcrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/npcrecv.cpp')
-rw-r--r--src/net/ea/npcrecv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/npcrecv.cpp b/src/net/ea/npcrecv.cpp
index 047d9ca50..461f3eec1 100644
--- a/src/net/ea/npcrecv.cpp
+++ b/src/net/ea/npcrecv.cpp
@@ -226,7 +226,7 @@ void NpcRecv::processNpcCommand(Net::MessageIn &msg)
break;
}
default:
- UNIMPLIMENTEDPACKETFIELD(cmd);
+ UNIMPLEMENTEDPACKETFIELD(cmd);
break;
}
}