mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
[Dec 05 2009] - Rumble
Changed zedit clear level restrictions to dump you back at main zedit menu ins tead of in the level menu. Changed zone level restriction to level recommendation so players would not be blocked from zones. Changed Zcheck to level 31. [Nov 19 2009] - Rumble Fixed list obj max/min from room to obj. (thanks Elervan) [Nov 13 2009] - Rumble Removed con_app 2nd apply type shock that was for "resurrection?" This was not used in 3.1. [Nov 12 2009] - Rumble Fixed overflow in prefedit.c. (thanks Xiu) [Nov 01 2009] - Rumble Renamed autorun log entries from autoscript killed to terminated so it wouldn' t go into the log/rip file.
This commit is contained in:
parent
547f123738
commit
30a82beeeb
14 changed files with 52 additions and 45 deletions
|
@ -75,7 +75,7 @@ while ( : ) do
|
|||
|
||||
if [ -r .killscript ]; then
|
||||
DATE=`date`;
|
||||
echo "autoscript killed $DATE" >> syslog
|
||||
echo "autoscript terminated $DATE" >> syslog
|
||||
rm .killscript
|
||||
exit
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue