Issue information

Issue ID
#4599
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Dec 2, 2010 10:24
Last Post
Hercules Elf Bot
Dec 2, 2010 10:24
Confirmation
N/A

Hercules Elf Bot - Dec 2, 2010 10:24

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

CODE
sv_readdb(db_path, "mob_avail.txt", ',', 3, 12, -1, &mob_readdb_mobavail);


Should be 2 not 3

//1002,1039 //Poring,Baphomet (Make Porings look like Baphomet)

2 columns

Also need to replace string in mob_readdb_mobavail

CODE
else
    return false;


with
CODE
else if(columns!=2)
    return false;


This post has been edited by rootVNET: Dec 2 2010, 02:35 AM