--- deliantra/server/ext/Jeweler.pm 2006/12/19 15:43:22 1.2 +++ deliantra/server/ext/Jeweler.pm 2006/12/23 15:49:40 1.3 @@ -677,7 +677,7 @@ my $obj = {}; for (@Jeweler::RESISTS) { - $obj->{resist}->{$_} = $thing->resistance ($_); + $obj->{resist}->{$_} = $thing->resist ($_); } my $stats = $thing->stats; @@ -722,7 +722,7 @@ for qw/Str Dex Con Wis Cha Int Pow/; for (@Jeweler::RESISTS) { - $obj->resistance ($_, $self->{hash}->{resist}->{$_}); + $obj->resist ($_, $self->{hash}->{resist}->{$_}); } $obj->flag (cf::FLAG_IDENTIFIED, 1);