--- deliantra/server/common/living.C 2006/08/13 17:16:00 1.1 +++ deliantra/server/common/living.C 2006/08/26 23:36:28 1.2 @@ -1,6 +1,6 @@ /* * static char *rcsid_living_c = - * "$Id: living.C,v 1.1 2006/08/13 17:16:00 elmex Exp $"; + * "$Id: living.C,v 1.2 2006/08/26 23:36:28 root Exp $"; */ /* @@ -1085,12 +1085,6 @@ * extra strength damage, this is where the code should * go. */ - evt = find_event(tmp,EVENT_ATTACK); - if (evt != NULL) { - if (op->current_weapon_script) - free_string(op->current_weapon_script); - op->current_weapon_script=add_string(query_name(tmp)); - } op->current_weapon = tmp; if(settings.spell_encumbrance == TRUE && op->type==PLAYER) op->contr->encumbrance+=(int)3*tmp->weight/1000;