diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/aurora.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 0ebe80919..20d777478 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -25,7 +25,7 @@ function script FYNewEvent { case 2: $EVENT$="Regnum"; callfunc("FYE_Regnum"); - kamibroadcast("Regnum's Blessing: %s is now blessed!", $@REGNUM_BLESSMAP_H$); + kamibroadcast("Regnum's Blessing: "+$@REGNUM_BLESSMAP_H$+" is now blessed!", "Aurora Events"); break; case 3: break; |