mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Convert skill mlog call
This commit is contained in:
parent
483086dc3a
commit
d490209c9e
@ -464,7 +464,7 @@ int Mob::MonkSpecialAttack(Mob* other, uint8 unchecked_type)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
mlog(CLIENT__ERROR, "Invalid special attack type %d attempted", unchecked_type);
|
logger.DebugCategory(EQEmuLogSys::Detail, EQEmuLogSys::Attack, "Invalid special attack type %d attempted", unchecked_type);
|
||||||
return(1000); /* nice long delay for them, the caller depends on this! */
|
return(1000); /* nice long delay for them, the caller depends on this! */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user