diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-30 06:01:16 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-30 06:01:16 +0000 |
commit | f11d79e00eeeffc1a7be0d75b78f580e396b2e7a (patch) | |
tree | c849129758118b86221ba09ec6b5832ad46b5354 /src/map/map.h | |
parent | cafe5e222686411dbfd080eb1efa1083850e60c2 (diff) | |
download | hercules-f11d79e00eeeffc1a7be0d75b78f580e396b2e7a.tar.gz hercules-f11d79e00eeeffc1a7be0d75b78f580e396b2e7a.tar.bz2 hercules-f11d79e00eeeffc1a7be0d75b78f580e396b2e7a.tar.xz hercules-f11d79e00eeeffc1a7be0d75b78f580e396b2e7a.zip |
- Removed attack_type from sd->state structure (it's only use was for soul-drain!)
- Moved the soul-drain code to skill_counter_additionaleffect
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6392 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 dfec131c1..105183244 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -486,7 +486,6 @@ struct map_session_data { unsigned lr_flag : 2;
unsigned connect_new : 1;
unsigned arrow_atk : 1;
- unsigned attack_type : 3;
unsigned skill_flag : 1;
unsigned gangsterparadise : 1;
unsigned rest : 1;
|