From abc7bec905a23f37e6835b1cf699a74fc627c070 Mon Sep 17 00:00:00 2001 From: Icecool Date: Sat, 2 Oct 2021 20:17:29 -0500 Subject: [PATCH] Update EnemyPercentReporter.xml slight typo fix --- EnemyPercentReporter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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