Update EnemyPercentReporter.xml

slight typo fix
main
Icecool 3 years ago
parent 3f5cfc760e
commit abc7bec905

@ -176,7 +176,7 @@ function announceMobPercent()
end end
if string.lower(getZone()) == "transcend" then if string.lower(getZone()) == "transcend" then
if getEnemyName() == "Void Trooper" 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 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)) Send(("%s %s @D[@WRoom %d@D]@w %s is at @R%s%%@w"):format(getChannel(), getPrepend(), getRoomID(), getEnemyName(), mpmsg))
end end

Loading…
Cancel
Save