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.191 by root, Thu Nov 15 04:50:50 2012 UTC vs.
Revision 1.192 by root, Wed Nov 21 13:22:34 2012 UTC

1230 << uint16 (spell->cached_grace) 1230 << uint16 (spell->cached_grace)
1231 << uint16 (spell->cached_eat) 1231 << uint16 (spell->cached_eat)
1232 << uint8 (skill) 1232 << uint8 (skill)
1233 << uint32 (spell->path_attuned) 1233 << uint32 (spell->path_attuned)
1234 << uint32 (spell->face) 1234 << uint32 (spell->face)
1235 << data8 (spell->name) 1235 << data8 (spell->name);
1236
1237 if (pl->ns->monitor_spells < 2)
1236 << data16 (spell->msg); 1238 sl << data16 (spell->msg);
1237} 1239}
1238 1240
1239/** 1241/**
1240 * This tells the client to add the spell *ob, if *ob is NULL, then add 1242 * This tells the client to add the spell *ob, if *ob is NULL, then add
1241 * all spells in the player's inventory. 1243 * all spells in the player's inventory.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines