version 1.719 | | version 1.720 |
---|
| | |
| | |
server/spell_effect.c: missing return value. | | server/spell_effect.c: missing return value. |
---- | | ---- |
| | Potential fix for bug #1551307 (crash in python plugin). If event_destroy is |
| | not found, set del_event to NULL. And don't dare you call remove_ob on it! :) |
| | plugins/cfpython/cfpython_object.c |
| | ---- |
Fix for bug #1551371 (No-magic prevents monsters from casting spells) | | Fix for bug #1551371 (No-magic prevents monsters from casting spells) |
server/skill_util.c: ignore no_spell/no_magic for monsters. | | server/skill_util.c: ignore no_spell/no_magic for monsters. |
---- | | ---- |