version 1.299 | | version 1.300 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | common/{button.c, treasure.c, utils.c}, server/{c_wiz.c, login.c, shop.c, |
| | skill_util.c, spell_effect.c}, socket/{image.c, item.c}: Fix printf like |
| | format specifiers. At least one of them fixes a means to crash the server. |
| | Andreas Kirschbaum 2005-07-14 |
| | |
Those changes introduce party spells. Casted spell should be defined through 'other_arch' | | Those changes introduce party spells. Casted spell should be defined through 'other_arch' |
field. Note that this needs through testing to make sure it works as intended. | | field. Note that this needs through testing to make sure it works as intended. |
include/spells.h: new spell type, 'party spell'. | | include/spells.h: new spell type, 'party spell'. |