Logs::Skills to LogSkills

This commit is contained in:
Akkadius
2019-09-02 03:36:04 -05:00
parent 70ba7c9c85
commit 405ed5447d
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -5209,7 +5209,7 @@ void Client::Handle_OP_Disarm(const EQApplicationPacket *app) {
return;
if (app->size != sizeof(Disarm_Struct)) {
Log(Logs::General, Logs::Skills, "Size mismatch for Disarm_Struct packet");
LogSkills("Size mismatch for Disarm_Struct packet");
return;
}