[OASIS BUG] Top of zone

From: Del (caminturn@earthlink.net)
Date: 02/18/00


The top of zone entry will not save. Does not think there is a change.


 case ZEDIT_ZONE_TOP:
    /*
     * Parse and add new top room in zone and return to main menu.
     */
    if (OLC_ZNUM(d) == top_of_zone_table)
      OLC_ZONE(d)->top = LIMIT(atoi(arg), OLC_ZNUM(d) * 100, 32000);
    else
      OLC_ZONE(d)->top = LIMIT(atoi(arg), OLC_ZNUM(d) * 100,
zone_table[OLC_ZNUM(d) + 1].number * 100);
+   OLC_ZONE(d)->number = 1;
    zedit_disp_menu(d);
    break;


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 04/10/01 PDT