version 1.681 | | version 1.682 |
---|
| | |
else. With this, include the file(s) that you changed. | | else. With this, include the file(s) that you changed. |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | server/c_object.c: modifier command_take so it is less noisy about no_pick items |
| | when doing a "get all" request. |
| | Fix for bug #1539122 |
server/c_object.c: modified command_drop so it is less noisy about locked items | | server/c_object.c: modified command_drop so it is less noisy about locked items |
when doing a "drop all" request. | | when doing a "drop all" request. |
Fix for bug #1539121 | | Fix for bug #1539121 |
Yann Chachkoff 2006-08-12 | | |
| | |
server/pets.c: added filling of inventory for monsters magically created that | | server/pets.c: added filling of inventory for monsters magically created that |
didn't come from a player caster, and aren't golems. | | didn't come from a player caster, and aren't golems. |
Fix for bug #1529980 | | Fix for bug #1529980 |
Yann Chachkoff 2006-08-12 | | |
| | |
server/spell_effect.c: fixed incorrect behavior of the create missile spell, | | server/spell_effect.c: fixed incorrect behavior of the create missile spell, |
that couldn't find a proper archetype when a bow or a crossbow was wielded. | | that couldn't find a proper archetype when a bow or a crossbow was wielded. |
Fix for bug #1532403 | | Fix for bug #1532403 |