port mlog 'CLIENT__SPELLS' category to new log system

This commit is contained in:
Akkadius
2015-01-17 02:28:25 -06:00
parent 6a567288ae
commit 1405d9e114
3 changed files with 7 additions and 8 deletions
-1
View File
@@ -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;
}