mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
port mlog 'CLIENT__SPELLS' category to new log system
This commit is contained in:
@@ -5119,7 +5119,6 @@ void Client::Handle_OP_Death(const EQApplicationPacket *app)
|
||||
|
||||
//I think this attack_skill value is really a value from SkillDamageTypes...
|
||||
if (ds->attack_skill > HIGHEST_SKILL) {
|
||||
mlog(CLIENT__ERROR, "Invalid skill in OP_Death: %d");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user