Trying to add @whosell, this is the patch I'm using.
whosell.patch
I get this following error while compiling. My svn is from 2019. Any help would be appreciated!
atcommand.cpp: In function ‘int atcommand_whosell(int, map_session_data*, const char*, const char*)’:
atcommand.cpp:10112:41: error: ‘item_db’ was not declared in this scope
std::shared_ptr<item_data> item_data = item_db.searchname( item_name );