summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-10 21:32:56 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-10 21:32:56 +0000
commit69ebeeb417756359eee461ea9db90d96564d8536 (patch)
tree8d6a18798d5695fdf2d2e30d0854c787166af324 /src/map/map.h
parentcac083ed64b282609df7695e4e63f23f080f567e (diff)
downloadhercules-69ebeeb417756359eee461ea9db90d96564d8536.tar.gz
hercules-69ebeeb417756359eee461ea9db90d96564d8536.tar.bz2
hercules-69ebeeb417756359eee461ea9db90d96564d8536.tar.xz
hercules-69ebeeb417756359eee461ea9db90d96564d8536.zip
* Removed 'into_abyss' effect on traps; tests show that it works ONLY for Gemstones (tho' iRO website claims otherwise) - bugreport:171
- corrected code that was exploiting the flag as an 'expired' trap flag (replaced it with a more jAthena-ish approach) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11397 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 679fd8529..2fbb7ffed 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -300,7 +300,6 @@ struct skill_unit_group {
struct {
unsigned ammo_consume : 1;
unsigned magic_power : 1;
- unsigned into_abyss : 1;
unsigned song_dance : 2; //0x1 Song/Dance, 0x2 Ensemble
} state;
};