summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-16 19:49:28 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-16 19:49:28 +0000
commite4206211f72bdd727fccbe2b67d7f5a6b42c7e65 (patch)
tree86422d67903dbd9c0da66cb81524538539305413 /src/map/map.h
parent0065f7bc871bb17c6d90994759cbf6c7dcee451b (diff)
downloadhercules-e4206211f72bdd727fccbe2b67d7f5a6b42c7e65.tar.gz
hercules-e4206211f72bdd727fccbe2b67d7f5a6b42c7e65.tar.bz2
hercules-e4206211f72bdd727fccbe2b67d7f5a6b42c7e65.tar.xz
hercules-e4206211f72bdd727fccbe2b67d7f5a6b42c7e65.zip
- Removed unused variable aspd_rate in map_session_data.
- Modified aspd_rate in status_data to hold aspd change on a base of 1000 = 100% rather than 100 = 100%. All status changes that affect aspd have been updated. Study and Single Action should now correctly give +0.5% aspd per level. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7213 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 4fcc1ff22..dae831ab5 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -651,7 +651,7 @@ struct map_session_data {
int castrate,delayrate,hprate,sprate,dsprate;
int atk_rate;
- int aspd_rate,speed_rate,hprecov_rate,sprecov_rate;
+ int speed_rate,hprecov_rate,sprecov_rate;
int matk_rate;
int critical_rate,hit_rate,flee_rate,flee2_rate,def_rate,def2_rate,mdef_rate,mdef2_rate;