Issue information

Issue ID
#2592
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Dec 26, 2008 23:16
Last Post
Hercules Elf Bot
Apr 18, 2012 15:54
Confirmation
N/A

Hercules Elf Bot - Dec 26, 2008 23:16

Originally posted by [b]theultramage[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2592

CODE
    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 a shop on this map"
        return;
    }

Whoever wrote the novending code was too lazy to add separate messages. Currently merchants get a "you cannot vend on this map" even when they can (just need to move to a non-NOVENDING cell.

Hercules Elf Bot - Jan 3, 2012 18:23

Originally posted by [b]Gepard[/b]
Fixed in [rev=15000]