summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-03 14:27:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-03 14:27:37 -0300
commit4c675f2accd0a0e39d6504662838a54530706ff6 (patch)
tree6b069cade41e54014696d2a16c6fc64fb0d2d056
parent3807106e30b67ba6f57a3248a807fbfc9601ada2 (diff)
downloadserverdata-4c675f2accd0a0e39d6504662838a54530706ff6.tar.gz
serverdata-4c675f2accd0a0e39d6504662838a54530706ff6.tar.bz2
serverdata-4c675f2accd0a0e39d6504662838a54530706ff6.tar.xz
serverdata-4c675f2accd0a0e39d6504662838a54530706ff6.zip
Improve hero change log
-rw-r--r--npc/003-2/lua.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index 66a75e80a..dabe7e25c 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -111,7 +111,7 @@ L_NewHero:
mes l("Current hero: @@", $MOST_HEROIC$);
input .@MH$;
logmes "Changing hero from "+$MOST_HEROIC$+" to "+.@MH$;
- logmes(strcharinfo(0)+" changed the world's hero.", LOGMES_ATCOMMAND);
+ logmes(strcharinfo(0)+" changed the world's hero ("+$MOST_HEROIC$+"->"+.@MH$+")", LOGMES_ATCOMMAND);
$MOST_HEROIC$ = .@MH$;
goto L_Menu;