diff --git a/EnemyPercentReporter.xml b/EnemyPercentReporter.xml index 8ddbde7..2ee7318 100644 --- a/EnemyPercentReporter.xml +++ b/EnemyPercentReporter.xml @@ -176,7 +176,7 @@ function announceMobPercent() end if string.lower(getZone()) == "transcend" then if getEnemyName() == "Void Trooper" then - send(("%s %s [@WRoom %d] @R---> @W%s @R<---@w"):format(getChannel(), getPrepend(), getRoomID(), getEnemyName())) + Send(("%s %s [@WRoom %d] @R---> @W%s @R<---@w"):format(getChannel(), getPrepend(), getRoomID(), getEnemyName())) elseif getEnemyName() == "Void Guardian" then Send(("%s %s @D[@WRoom %d@D]@w %s is at @R%s%%@w"):format(getChannel(), getPrepend(), getRoomID(), getEnemyName(), mpmsg)) end