diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-15 19:37:40 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-15 19:37:40 +0000 |
commit | 51ca6fafbdf5e9840aab1859d99be5738cfd7571 (patch) | |
tree | 5ab199ac5fce61d8c086fc15c345065363f0d493 /src/map/map.h | |
parent | 4e003aea5ffaa764bf0e40a63ea314c56903fda0 (diff) | |
download | hercules-51ca6fafbdf5e9840aab1859d99be5738cfd7571.tar.gz hercules-51ca6fafbdf5e9840aab1859d99be5738cfd7571.tar.bz2 hercules-51ca6fafbdf5e9840aab1859d99be5738cfd7571.tar.xz hercules-51ca6fafbdf5e9840aab1859d99be5738cfd7571.zip |
* Updated Forging and Potion making formulas
* Modified guild skills
* Initialise 'canregen' when logging into map
- Updated Steel Body, Thunderstorm, Investigate and Magic Crasher
- Removed elunium and oridecon from produce_db
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@575 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 060bfb451..6d525c117 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -138,6 +138,10 @@ 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; } state; struct { unsigned killer : 1; |