Minor bug fixes and ZONE_WORLDMAP flag

This commit is contained in:
JamDog
2010-12-16 00:32:58 +00:00
parent d38117ead2
commit ba83b532b1
6 changed files with 22 additions and 4 deletions

View File

@@ -1058,6 +1058,7 @@ void medit_parse(struct descriptor_data *d, char *arg)
case MEDIT_ALIGNMENT:
GET_ALIGNMENT(OLC_MOB(d)) = LIMIT(i, -1000, 1000);
OLC_VAL(d) = TRUE;
medit_disp_stats_menu(d);
return;