PennMUSH Community

Changeset 413

Show
Ignore:
Timestamp:
08/12/06 16:59:42 (2 years ago)
Author:
pennmush
Message:

PennMUSH 1.7.7p7 Archival

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.7.7/CHANGES

    r411 r413  
    1818 
    1919========================================================================== 
     20 
     21Version 1.7.7 patchlevel 7                      January 25, 2003 
     22 
     23Fixes: 
     24  * Crash bug in zone-checking during @dbck fixed. 
     25 
    2026 
    2127Version 1.7.7 patchlevel 6                      January 23, 2003 
  • 1.7.7/Patchlevel

    r411 r413  
    11Do not edit this file. It is maintained by the official PennMUSH patches. 
    2 This is PennMUSH 1.7.7p6 
     2This is PennMUSH 1.7.7p7 
  • 1.7.7/game/txt/hlp/pennvers.hlp

    r411 r413  
    11& changes 
    2 & 1.7.7p6 
     2& 1.7.7p7 
    33This is a list of changes in this patchlevel which are probably of 
    44interest to players. More information about new commands and functions 
     
    1212be read in 'help patchlevels'. 
    1313 
     14Version 1.7.7 patchlevel 7                      January 23, 2003 
     15 
     16Fixes: 
     17  * Crash bug in zone-checking during @dbck fixed. 
     18 
     19 
     20& 1.7.7p6 
    1421Version 1.7.7 patchlevel 6                      January 23, 2003 
    1522 
     
    60246031type 'help <version>p<patchlevel>'. For example, 'help 1.7.2p3' 
    60256032 
    6026 1.7.7: 0, 1, 2, 3, 4, 5, 6 
     60331.7.7: 0, 1, 2, 3, 4, 5, 6, 7 
    602760341.7.6: 0, 1, 2, 3, 4, 5, 6 
    602860351.7.5: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 
  • 1.7.7/hdrs/version.h

    r411 r413  
    1 #define VERSION "PennMUSH version 1.7.7 patchlevel 6 [01/23/2003]" 
    2 #define SHORTVN "PennMUSH 1.7.7p6
    3 #define NUMVERSION 001007007006 
     1#define VERSION "PennMUSH version 1.7.7 patchlevel 7 [01/25/2003]" 
     2#define SHORTVN "PennMUSH 1.7.7p7
     3#define NUMVERSION 001007007007 
  • 1.7.7/src/destroy.c

    r411 r413  
    11901190  for (n = 0; n < db_top; n++) { 
    11911191    if (!IsGarbage(n) && Marked(n)) { 
    1192       ClearMarked(zone); 
     1192      ClearMarked(n); 
    11931193      notify_format(Owner(n), 
    11941194            T