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

Comparing deliantra/server/ext/schmorplog.ext (file contents):
Revision 1.14 by root, Wed Apr 30 10:31:04 2008 UTC vs.
Revision 1.15 by root, Wed Apr 30 10:36:01 2008 UTC

34 return unless $hitter; 34 return unless $hitter;
35 $hitter = $hitter->outer_owner; 35 $hitter = $hitter->outer_owner;
36 my $pl = $hitter->contr 36 my $pl = $hitter->contr
37 or return; 37 or return;
38 38
39 ++$hitter->{stats_kill}{$ob->name}; 39 ++$hitter->{stats_kill}{$ob->name_pl};
40 }, 40 },
41); 41);
42 42
43cf::player->attach ( 43cf::player->attach (
44 on_login => sub { 44 on_login => sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines