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

Comparing deliantra/server/ext/guilds.ext (file contents):
Revision 1.2 by root, Mon Feb 12 00:27:20 2007 UTC vs.
Revision 1.3 by pippijn, Mon Feb 26 15:38:53 2007 UTC

8 8
9 return 1 9 return 1
10 if $ob->flag (cf::FLAG_WIZ); 10 if $ob->flag (cf::FLAG_WIZ);
11 11
12 List::Util::max 12 List::Util::max
13 map $_->type == cf::FORCE && $_->slaying eq "Master of $guild" ? 1 : 0, 13 map $_->type == cf::FORCE && $_->slaying eq "$guild master" ? 1 : 0,
14 $ob->inv 14 $ob->inv
15} 15}
16 16
17sub do_help { 17sub do_help {
18 my ($guildrules, $who, $npc) = @_; 18 my ($guildrules, $who, $npc) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines