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

Comparing deliantra/server/socket/request.C (file contents):
Revision 1.186 by root, Tue Jan 3 11:25:37 2012 UTC vs.
Revision 1.187 by root, Fri Jan 27 22:00:40 2012 UTC

1235 1235
1236/* appends the spell *spell to the Socklist we will send the data to. */ 1236/* appends the spell *spell to the Socklist we will send the data to. */
1237static void 1237static void
1238append_spell (player *pl, packet &sl, object *spell) 1238append_spell (player *pl, packet &sl, object *spell)
1239{ 1239{
1240 int i, skill = 0; 1240 int skill = 0;
1241 1241
1242 if (!(spell->name)) 1242 if (!(spell->name))
1243 { 1243 {
1244 LOG (llevError, "item number %d is a spell with no name.\n", spell->count); 1244 LOG (llevError, "item number %d is a spell with no name.\n", spell->count);
1245 return; 1245 return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines