original by Napster ( https://rathena.org/board/topic/97889- )
equivalent ExtendedVendingSystem_1.9.4_r15149.diff
very recommend use clean server for this patch.
back up your server first before patch and use as your own risk.
Step 1: download patch.diff and place to rAthena working directory.
Step 2: in Git Bash, browse to rathena directory (cd command) and execute this command.
patch -p1 -l < patch.diff
or
git apply patch.diff
result should be.
Step 3: migrate database by command.
mysql --user=dbuser -p dbname < sql-files/upgrade_extended_vending_item.sql
Step 4: re-compile. Step 5: start the server.
test result with rAthena server commit "f8a8c9fe798c315a3a340eb5a484d275c5c543b2" (24 August 2016)
Edit: Updated 10 August 2016
patch.diff