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

Comparing deliantra/server/server/pets.C (file contents):
Revision 1.34 by root, Mon May 28 21:28:36 2007 UTC vs.
Revision 1.35 by root, Mon Jun 4 12:19:09 2007 UTC

898 if (level < tr->magic) 898 if (level < tr->magic)
899 break; 899 break;
900 900
901 lasttr = tr; 901 lasttr = tr;
902 902
903 if (tr->item->name == sparam) 903 if (tr->item->archname == sparam)
904 break; 904 break;
905 } 905 }
906 906
907 if (!lasttr) 907 if (!lasttr)
908 { 908 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines