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

Comparing deliantra/server/server/attack.C (file contents):
Revision 1.30 by root, Wed Dec 20 09:14:22 2006 UTC vs.
Revision 1.31 by root, Thu Dec 21 23:37:05 2006 UTC

1476 char buf[256]; 1476 char buf[256];
1477 1477
1478 tmv = localtime (&t); 1478 tmv = localtime (&t);
1479 strftime (buf, 256, "%a %b %d %H:%M:%S %Y", tmv); 1479 strftime (buf, 256, "%a %b %d %H:%M:%S %Y", tmv);
1480 1480
1481 LOG (llevInfo, "%s PLAYER_KILL_PLAYER: %s (%s) killed %s\n", buf, &owner->name, owner->contr->socket->host, query_name (op)); 1481 LOG (llevInfo, "%s PLAYER_KILL_PLAYER: %s (%s) killed %s\n", buf, &owner->name, owner->contr->ns->host, query_name (op));
1482 } 1482 }
1483 1483
1484 /* try to filter some things out - basically, if you are 1484 /* try to filter some things out - basically, if you are
1485 * killing a level 1 creature and your level 20, you 1485 * killing a level 1 creature and your level 20, you
1486 * probably don't want to see that. 1486 * probably don't want to see that.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines