Changeset 413
- Timestamp:
- 08/12/06 16:59:42 (2 years ago)
- Files:
-
- 1.7.7/CHANGES (modified) (1 diff)
- 1.7.7/Patchlevel (modified) (1 diff)
- 1.7.7/game/txt/hlp/pennvers.hlp (modified) (3 diffs)
- 1.7.7/hdrs/version.h (modified) (1 diff)
- 1.7.7/src/destroy.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.7.7/CHANGES
r411 r413 18 18 19 19 ========================================================================== 20 21 Version 1.7.7 patchlevel 7 January 25, 2003 22 23 Fixes: 24 * Crash bug in zone-checking during @dbck fixed. 25 20 26 21 27 Version 1.7.7 patchlevel 6 January 23, 2003 1.7.7/Patchlevel
r411 r413 1 1 Do not edit this file. It is maintained by the official PennMUSH patches. 2 This is PennMUSH 1.7.7p 62 This is PennMUSH 1.7.7p7 1.7.7/game/txt/hlp/pennvers.hlp
r411 r413 1 1 & changes 2 & 1.7.7p 62 & 1.7.7p7 3 3 This is a list of changes in this patchlevel which are probably of 4 4 interest to players. More information about new commands and functions … … 12 12 be read in 'help patchlevels'. 13 13 14 Version 1.7.7 patchlevel 7 January 23, 2003 15 16 Fixes: 17 * Crash bug in zone-checking during @dbck fixed. 18 19 20 & 1.7.7p6 14 21 Version 1.7.7 patchlevel 6 January 23, 2003 15 22 … … 6024 6031 type 'help <version>p<patchlevel>'. For example, 'help 1.7.2p3' 6025 6032 6026 1.7.7: 0, 1, 2, 3, 4, 5, 6 6033 1.7.7: 0, 1, 2, 3, 4, 5, 6, 7 6027 6034 1.7.6: 0, 1, 2, 3, 4, 5, 6 6028 6035 1.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.7p 6"3 #define NUMVERSION 00100700700 61 #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 1190 1190 for (n = 0; n < db_top; n++) { 1191 1191 if (!IsGarbage(n) && Marked(n)) { 1192 ClearMarked( zone);1192 ClearMarked(n); 1193 1193 notify_format(Owner(n), 1194 1194 T
