ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.612 by root, Wed Nov 21 12:47:09 2012 UTC vs.
Revision 1.613 by root, Mon Nov 26 13:12:16 2012 UTC

3286 3286
3287sub cf::client::update_command_faces { 3287sub cf::client::update_command_faces {
3288 my ($self) = @_; 3288 my ($self) = @_;
3289 3289
3290 my @faces = grep $_, 3290 my @faces = grep $_,
3291 $COMMAND_FACE{preferred},
3291 $COMMAND_FACE{standard}, 3292 $COMMAND_FACE{standard},
3292 $COMMAND_FACE{emote},
3293 $COMMAND_FACE{skill}, 3293 $COMMAND_FACE{skill},
3294 $self->pl->ob->flag (cf::FLAG_WIZ) ? $COMMAND_FACE{dm} : (), 3294 $self->pl->ob->flag (cf::FLAG_WIZ) ? $COMMAND_FACE{dm} : (),
3295 $COMMAND_FACE{emote},
3295 ; 3296 ;
3296 3297
3297 $self->send_face ($_) 3298 $self->send_face ($_)
3298 for @faces; 3299 for @faces;
3299 $self->flush_fx; 3300 $self->flush_fx;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines