ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/jeweler.ext
(Generate patch)

Comparing deliantra/server/ext/jeweler.ext (file contents):
Revision 1.24 by root, Thu Apr 29 07:52:01 2010 UTC vs.
Revision 1.25 by elmex, Mon May 10 15:42:06 2010 UTC

103 $make_status = "fail"; 103 $make_status = "fail";
104 $exp = 0; 104 $exp = 0;
105 } 105 }
106 106
107 my $ring_ob = $ring->to_object; 107 my $ring_ob = $ring->to_object;
108
109 $ring_ob->kv_set (ext_jeweler_maker => $pl->name);
108 110
109 { # some audit info calculation 111 { # some audit info calculation
110 my $sklvl = cf::exp_to_level ($sk->stats->exp); 112 my $sklvl = cf::exp_to_level ($sk->stats->exp);
111 113
112 my $make_info = sprintf 114 my $make_info = sprintf

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines