- Fixed extra curly brace in r16879... T_T
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16880 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
347412ef7e
commit
07512c2353
@ -4660,9 +4660,8 @@ int pc_setpos(struct map_session_data* sd, unsigned short mapindex, int x, int y
|
||||
sd->regen.state.gc = 0;
|
||||
// make sure vending is allowed here
|
||||
if (sd->state.vending && map[m].flag.novending) {
|
||||
clif_displaymessage (sd->fd, msg_txt(276)); // "You can't open a shop on this map"
|
||||
vending_closevending(sd);
|
||||
}
|
||||
clif_displaymessage (sd->fd, msg_txt(276)); // "You can't open a shop on this map"
|
||||
vending_closevending(sd);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user