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

Comparing deliantra/server/ext/NPC_Dialogue.pm (file contents):
Revision 1.11 by root, Mon Sep 22 01:33:09 2008 UTC vs.
Revision 1.12 by root, Thu Dec 18 02:49:22 2008 UTC

345 last; 345 last;
346 } 346 }
347 } 347 }
348 } 348 }
349 349
350 $self->{npc}->use_trigger if $self->{npc}->type == cf::MAGIC_EAR;
351
350 return wantarray ? ($reply, @kw) : $reply; 352 return wantarray ? ($reply, @kw) : $reply;
351 } 353 }
352 } 354 }
353 } 355 }
354 356

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines