From 54c0616eb9478f7a5e599cb072b441d00af37f17 Mon Sep 17 00:00:00 2001 From: Zafrusteria Date: Sun, 26 Jul 2020 09:50:08 -0400 Subject: [PATCH] fixed a bug with the hyperlink to help Clan members fixed a bug with the hyperlink to help Clan members --- pk_alert_with_sound.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pk_alert_with_sound.xml b/pk_alert_with_sound.xml index 22b9913..4dfed4e 100644 --- a/pk_alert_with_sound.xml +++ b/pk_alert_with_sound.xml @@ -480,7 +480,7 @@ function outputHyperLink(name, line, wildcards) ColourTell("red", "", "RPK Alert: ", "goldenrod", "", "I'm getting attacked please help at ", "white", "", "[") - Hyperlink("mg "..wildcards.roomid, wildcards.roomid, "Click to run directly to then room Id"..roomid, "orangered", "", 0) + Hyperlink("mapper goto "..wildcards.roomid, wildcards.roomid, "Click to run directly to then room Id"..roomid, "orangered", "", 0) ColourNote("White", "", "]!") end end