version 1.172 | | version 1.173 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | server/skill_util.c: Fix skills command so that it properly displays |
| | percentage of permanent exp. |
| | server/time.c: Modify move_arrow() so that it removes thrown objects |
| | with no inventory. |
| | MSW 2004-06-22 |
| | |
socket/info.c: Replace sprintf() calls with snprintf() - got metalforge | | socket/info.c: Replace sprintf() calls with snprintf() - got metalforge |
crash with apparent buffer overun - going to snprintf should prevent | | crash with apparent buffer overun - going to snprintf should prevent |
the problem in the future. | | the problem in the future. |