diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index d0716ba8e..1d286191d 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1140,8 +1140,8 @@ struct mapcell // dynamic flags unsigned char npc : 1, - landprotector : 1, basilica : 1, + landprotector : 1, novending : 1, nochat : 1; |