summaryrefslogtreecommitdiff
path: root/src/map/vending.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/vending.c')
-rw-r--r--src/map/vending.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/vending.c b/src/map/vending.c
index 4a2de7ffc..6d26ef518 100644
--- a/src/map/vending.c
+++ b/src/map/vending.c
@@ -211,6 +211,7 @@ void vending_openvending(struct map_session_data *sd,int len,char *message,int f
clif_displaymessage (sd->fd, msg_txt(276));
return; //Can't vend in novending mapflag maps.
}
+
//check shopname len
if(message[0] == '\0')
return;