From ede6c2a089b4d87e40bca84f1cf061465c95f7de Mon Sep 17 00:00:00 2001 From: brianluau Date: Thu, 8 Nov 2012 21:54:18 +0000 Subject: - Fixed a typo in @mapflag example, since r15009. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16875 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf/msg_athena.conf | 2 +- src/map/atcommand.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/msg_athena.conf b/conf/msg_athena.conf index 795bf9718..274bbefbc 100644 --- a/conf/msg_athena.conf +++ b/conf/msg_athena.conf @@ -1259,7 +1259,7 @@ // @mapflag 1311: Enabled Mapflags in this map: -1312: Usage: "@mapflag monster_teleport 1" (0=Off | 1=On) +1312: Usage: "@mapflag monster_noteleport 1" (0=Off | 1=On) 1313: Type "@mapflag available" to list the available mapflags. 1314: Invalid flag name or flag. 1315: Available Flags: diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 75afd4a46..45f14be6f 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -7632,7 +7632,7 @@ ACMD_FUNC(mapflag) { checkflag(restricted); checkflag(nodrop); checkflag(novending); checkflag(loadevent); checkflag(nochat); checkflag(partylock); checkflag(guildlock); checkflag(src4instance); clif_displaymessage(sd->fd," "); - clif_displaymessage(sd->fd,msg_txt(1312)); // Usage: "@mapflag monster_teleport 1" (0=Off | 1=On) + clif_displaymessage(sd->fd,msg_txt(1312)); // Usage: "@mapflag monster_noteleport 1" (0=Off | 1=On) clif_displaymessage(sd->fd,msg_txt(1313)); // Type "@mapflag available" to list the available mapflags. return 1; } @@ -7652,7 +7652,7 @@ ACMD_FUNC(mapflag) { setflag(nochat); setflag(partylock); setflag(guildlock); setflag(src4instance); clif_displaymessage(sd->fd,msg_txt(1314)); // Invalid flag name or flag. - clif_displaymessage(sd->fd,msg_txt(1312)); // Usage: "@mapflag monster_teleport 1" (0=Off | 1=On) + clif_displaymessage(sd->fd,msg_txt(1312)); // Usage: "@mapflag monster_noteleport 1" (0=Off | 1=On) clif_displaymessage(sd->fd,msg_txt(1315)); // Available Flags: clif_displaymessage(sd->fd,"----------------------------------"); clif_displaymessage(sd->fd,"town, autotrade, allowks, nomemo, noteleport, noreturn, monster_noteleport, nosave,"); -- cgit v1.2.3-60-g2f50