diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-01 14:32:13 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-01 14:32:13 +0000 |
commit | 6bd986c4d7ffdfed5197e0a3ddd5f0a9f0324946 (patch) | |
tree | a121f769716d5af814e8a8b7c714f7366e155ca6 /src/map/map.h | |
parent | 9297c096f234e6568e22165cac6d8c11f0491b31 (diff) | |
download | hercules-6bd986c4d7ffdfed5197e0a3ddd5f0a9f0324946.tar.gz hercules-6bd986c4d7ffdfed5197e0a3ddd5f0a9f0324946.tar.bz2 hercules-6bd986c4d7ffdfed5197e0a3ddd5f0a9f0324946.tar.xz hercules-6bd986c4d7ffdfed5197e0a3ddd5f0a9f0324946.zip |
- SC_ORCISH will now be dispelled on logout (if debufF_on_logout is set)
- Removed attackrange/attackrange_ from TBL_PC, corrected clif.c using the incorrect range variable.
- You can now equip/unequip stuff while the storage is open.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6908 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 94f6c894e..6663ae11a 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -606,7 +606,6 @@ struct map_session_data { int speed_add_rate, aspd_add_rate;
unsigned int setitem_hash, setitem_hash2; //Split in 2 because shift operations only work on int ranges. [Skotlex]
- short attackrange,attackrange_;
short splash_range, splash_add_range;
short add_steal_rate;
short hp_loss_value;
|