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.27 by root, Wed Dec 13 03:28:42 2006 UTC vs.
Revision 1.28 by root, Thu Dec 14 04:30:32 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines