--- deliantra/server/include/map.h 2006/08/27 16:15:12 1.10 +++ deliantra/server/include/map.h 2006/08/27 17:59:26 1.11 @@ -279,7 +279,7 @@ * (or even through the macros), but doing so will completely * break map tiling. */ -struct mapstruct : extendable { +struct mapstruct : attachable { static data_type get_dt () { return DT_MAP; } struct mapstruct *next; /* Next map, linked list */