From 4c5b1387b212850a38a3ac73eac4896c445323dc Mon Sep 17 00:00:00 2001 From: ai4rei Date: Wed, 15 Dec 2010 19:33:27 +0000 Subject: * Fixed missing check in cooking, causing cooking kit requirement could be bypassed by sending 0x25b (CZ_REQ_MAKINGITEM) directly (bugreport:4642, since r13628). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14592 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/map/clif.c b/src/map/clif.c index ad8e5782c..151937d98 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -10180,6 +10180,11 @@ void clif_parse_Cooking(int fd,struct map_session_data *sd) //int type = RFIFOW(fd,2); // '1' for cooking, but what do other values mean? int nameid = RFIFOW(fd,4); + if( sd->menuskill_id != AM_PHARMACY ) + { + return; + } + if (pc_istrading(sd)) { //Make it fail to avoid shop exploits where you sell something different than you see. clif_skill_fail(sd,sd->ud.skillid,0,0); -- cgit v1.2.3-70-g09d2