diff options
author | shennetsind <ind@henn.et> | 2013-04-02 20:45:20 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-02 20:45:20 -0300 |
commit | 80e90568f0e20766ae4b753395d968bd7a1764f9 (patch) | |
tree | 737d35ca217b88c792ad30bef81196437806c916 /src/map/map.h | |
parent | 98b26ebbe6b4df336cfccc38821b7a52d5980d01 (diff) | |
download | hercules-80e90568f0e20766ae4b753395d968bd7a1764f9.tar.gz hercules-80e90568f0e20766ae4b753395d968bd7a1764f9.tar.bz2 hercules-80e90568f0e20766ae4b753395d968bd7a1764f9.tar.xz hercules-80e90568f0e20766ae4b753395d968bd7a1764f9.zip |
Introducing New/Official Mapflag: noknockback
Used officially in gvg and battleground maps (implemented under their respective zones)
Special Thanks to Muad_Dib!
Signed-off-by: shennetsind <ind@henn.et>
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 148c4ac0f..964bee736 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -587,6 +587,7 @@ struct map_data { unsigned src4instance : 1; // To flag this map when it's used as a src map for instances unsigned reset :1; // [Daegaladh] unsigned chsysnolocalaj : 1; + unsigned noknockback : 1; } flag; struct point save; struct npc_data *npc[MAX_NPC_PER_MAP]; |