--- deliantra/server/common/living.C 2007/05/28 21:21:40 1.65 +++ deliantra/server/common/living.C 2007/06/04 12:19:08 1.66 @@ -1516,9 +1516,9 @@ for (tmp = who->inv; tmp; tmp = tmp->below) if (tmp->type == FORCE) - if (tmp->arch->name == dragon_ability_force) + if (tmp->arch->archname == dragon_ability_force) abil = tmp; - else if (tmp->arch->name == dragon_skin_force) + else if (tmp->arch->archname == dragon_skin_force) skin = tmp; /* if the force is missing -> bail out */