From 80e90568f0e20766ae4b753395d968bd7a1764f9 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Tue, 2 Apr 2013 20:45:20 -0300 Subject: 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 --- src/map/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/map.h') 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]; -- cgit v1.2.3-70-g09d2