summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-26 15:35:47 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-26 15:35:47 +0000
commitd865e6b3af8dddcd0db3d7281ae2cfd3b28b0e27 (patch)
treeed1a67135aad844f351b0317d6792bb9d19a0160 /src/map/map.h
parent5f608a3e128d68ca34fa582d939dc63b17822fb5 (diff)
downloadhercules-d865e6b3af8dddcd0db3d7281ae2cfd3b28b0e27.tar.gz
hercules-d865e6b3af8dddcd0db3d7281ae2cfd3b28b0e27.tar.bz2
hercules-d865e6b3af8dddcd0db3d7281ae2cfd3b28b0e27.tar.xz
hercules-d865e6b3af8dddcd0db3d7281ae2cfd3b28b0e27.zip
- Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip scripts.
- Removed special state changebase and view-change check on status_calc_pc git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6292 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 ff1fe27c2..3f0871c8e 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -531,7 +531,6 @@ struct map_session_data {
unsigned no_gemstone : 1;
unsigned infinite_endure : 1;
unsigned intravision : 1; // Maya Purple Card effect allowing to see Hiding/Cloaking people [DracoRPG]
- unsigned changebase : 1; //Specifies when you are wearing a change-base piece of equipment.
} special_state;
int char_id, login_id1, login_id2, sex;
unsigned short class_; //This is the internal job ID used by the map server to simplify comparisons/queries/etc. [Skotlex]