mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
Logs::Skills to LogSkills
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user