
Pages:<< prev 1 next >>


Off the Edge of the Map

GroupAdministrators
Posts1,199
JoinedMar 21, 2006
Bug: Installed areas don't show up on the areas command
Danger: Low - Missing in one sort list
Found by: Remcon
Fixed by: Remcon
---
build.c, do_installarea
Locate:
Below that, add:
A minor oversight. Installing an area would only add it's name to the sorted by vnums list and not the names list. The area was however properly linked and would show up in the proper lists after a reboot.
Danger: Low - Missing in one sort list
Found by: Remcon
Fixed by: Remcon
---
build.c, do_installarea
Locate:
/* * Sort the area into it's proper sort list. BUGFIX: Samson 4-15-03 */ sort_area( tarea, FALSE );
Below that, add:
sort_area_by_name( tarea );
A minor oversight. Installing an area would only add it's name to the sorted by vnums list and not the names list. The area was however properly linked and would show up in the proper lists after a reboot.
Pages:<< prev 1 next >>