--- deliantra/server/include/map.h 2007/01/29 14:46:01 1.61 +++ deliantra/server/include/map.h 2007/01/29 15:04:21 1.62 @@ -180,7 +180,7 @@ */ char *ACC (RW, longname); /* Official title of the region, this might be defined * to be the same as name*/ - char *ACC (RW, msg); /* the description of the region */ + shstr ACC (RW, msg); /* the description of the region */ uint32 ACC (RW, counter); /* A generic counter for holding temporary data. */ sint8 ACC (RW, fallback); /* whether, in the event of a region not existing, * this should be the one we fall back on as the default */