diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 18:27:25 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 18:27:25 +0000 |
commit | 2e2bc3402805a132af5515b55c46b022c1abedf0 (patch) | |
tree | cb46f6c683322680031b059fd040342933086da8 /src/map/map.h | |
parent | 5f9c11cca79f6a4d47c57d80ac9959337a1db224 (diff) | |
download | hercules-2e2bc3402805a132af5515b55c46b022c1abedf0.tar.gz hercules-2e2bc3402805a132af5515b55c46b022c1abedf0.tar.bz2 hercules-2e2bc3402805a132af5515b55c46b022c1abedf0.tar.xz hercules-2e2bc3402805a132af5515b55c46b022c1abedf0.zip |
* Corrected Triple Blow
* Added 'Guardian Angel' code for supernovices
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@492 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 1a1353983..e05b6d125 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -137,6 +137,7 @@ struct map_session_data { unsigned make_arrow_flag : 1; unsigned potionpitcher_flag : 1; unsigned storage_flag : 1; + unsigned snovice_flag : 4; } state; struct { unsigned killer : 1; |