diff options
-rw-r--r-- | npc/functions/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 4de062f6b..4a230dc43 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -805,7 +805,7 @@ function script HUB_PvP { // PvP, and a GM was slain if (.@gm >= 80) { rentitem MurdererCrown, (86400*7); // 1 week - kamibroadcast("%s killed Game Master \"%s\", and now may wear a %s for a week.", strcharinfo(0), strcharinfo(0, "", killedrid), getitemlink(MurdererCrown)); + kamibroadcast(strcharinfo(0)+" killed Game Master \""+strcharinfo(0, "", killedrid)+"\", and now may wear a "+getitemlink(MurdererCrown)+" for a week."); } // It was a duel! |