diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-11 22:15:23 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-11 22:15:23 +0000 |
commit | e6006074a659d328f7fa30df61e7298c6125691c (patch) | |
tree | dabf3cb24c92136fdaaaf02be04c27f599e31a28 /src/map/clif.c | |
parent | d3f9255b3d67e570a7784b44b151ed15198425ee (diff) | |
download | hercules-e6006074a659d328f7fa30df61e7298c6125691c.tar.gz hercules-e6006074a659d328f7fa30df61e7298c6125691c.tar.bz2 hercules-e6006074a659d328f7fa30df61e7298c6125691c.tar.xz hercules-e6006074a659d328f7fa30df61e7298c6125691c.zip |
Removed a few out of date messages from msg_athena, and updated some others.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13204 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 20808ad3a..53398a376 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -10099,7 +10099,7 @@ void clif_parse_OpenVending(int fd, struct map_session_data* sd) if( sd->sc.data[SC_NOCHAT] && sd->sc.data[SC_NOCHAT]->val1&MANNER_NOROOM ) return; if( map[sd->bl.m].flag.novending || map_getcell(sd->bl.m,sd->bl.x,sd->bl.y,CELL_CHKNOVENDING) ) { - clif_displaymessage (sd->fd, msg_txt(276)); // "You can't open shop on this map" + clif_displaymessage (sd->fd, msg_txt(276)); // "You can't open a shop on this map" return; } if( message[0] == '\0' ) // invalid input |