--- deliantra/server/ext/Jeweler.pm 2006/12/15 19:29:18 1.1 +++ 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); @@ -993,6 +993,4 @@ =back -=back - 1