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

Comparing deliantra/server/ext/invite.ext (file contents):
Revision 1.7 by root, Sun Feb 1 19:13:21 2009 UTC vs.
Revision 1.8 by root, Sun Feb 1 19:50:27 2009 UTC

49} 49}
50 50
51my @maplevel = ( 51my @maplevel = (
52 "some mysterious hideout", 52 "some mysterious hideout",
53 "a private apartment", 53 "a private apartment",
54 "a guild guild", # wrong, this is any unique place !player-specific 54 "a guild", # wrong, this is any unique place !player-specific
55 "some nice and safe place", 55 "some nice and safe place",
56 "a place with monsters", 56 "a place with monsters",
57); 57);
58 58
59my %invite; 59my %invite;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines