diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-11 13:29:43 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-11 13:29:43 +0000 |
commit | f3622e18550ba50d694129391612c7b48e826107 (patch) | |
tree | 0f7ce492f2e6c26fa3fb05717be0ea099eeffca1 /src/map/pc.h | |
parent | 542ad876951945fccf8687618e380e9e60ff25ee (diff) | |
download | hercules-f3622e18550ba50d694129391612c7b48e826107.tar.gz hercules-f3622e18550ba50d694129391612c7b48e826107.tar.bz2 hercules-f3622e18550ba50d694129391612c7b48e826107.tar.xz hercules-f3622e18550ba50d694129391612c7b48e826107.zip |
* Fixed TaTaMiGaEShi(Improvised Defense) not working.
* Implemented new cooking success formula. Now cooking experience starts at 0.(bugreport:2439)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13881 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index df6f0ae93..1484f9dc2 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -177,7 +177,7 @@ struct map_session_data { short skillitem,skillitemlv; short skillid_old,skilllv_old; short skillid_dance,skilllv_dance; - short cooking_attempt; // max: 400 [Inkfish] + short cook_mastery; // range: [0,1999] [Inkfish] unsigned char blockskill[MAX_SKILL]; int cloneskill_id; int menuskill_id, menuskill_val; |