summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-28 05:08:52 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-28 05:08:52 +0000
commit94270f243e9c0bcec112b2abb7cd7799f5f01ea4 (patch)
treed0578a4c83573d19f02e3f8d6611b2f1712fb5d5 /src/map/map.h
parent5d01c12980f7dfaa882c4cdd43719fb59056970e (diff)
downloadhercules-94270f243e9c0bcec112b2abb7cd7799f5f01ea4.tar.gz
hercules-94270f243e9c0bcec112b2abb7cd7799f5f01ea4.tar.bz2
hercules-94270f243e9c0bcec112b2abb7cd7799f5f01ea4.tar.xz
hercules-94270f243e9c0bcec112b2abb7cd7799f5f01ea4.zip
* Updated Endure, Tiger Fist, Chain Crush, and Palm Push Strike
* Some rewrites on the passive guild skills effects git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1192 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/map/map.h b/src/map/map.h
index fb11bc784..dc95fa02b 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -139,10 +139,7 @@ struct map_session_data {
unsigned potionpitcher_flag : 1;
unsigned storage_flag : 1;
unsigned snovice_flag : 4;
- int leadership_flag;
- int glorywounds_flag;
- int soulcold_flag;
- int hawkeyes_flag;
+ int gmaster_flag;
// originally by Qamera, adapted by celest
unsigned event_death : 1;
unsigned event_kill : 1;
@@ -653,6 +650,8 @@ enum {
#define CELL_MASK 0x0f
#define CELL_NPC 0x80 // NPCセル
#define CELL_BASILICA 0x40 // BASILICAセル
+#define CELL_MOONLIT 0x100
+#define CELL_REGEN 0x200
/*
* map_getcell()で使用されるフラグ
*/