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

Comparing deliantra/server/ext/map-tags.ext (file contents):
Revision 1.19 by root, Sat Oct 24 00:25:26 2009 UTC vs.
Revision 1.20 by root, Sun Oct 25 10:05:20 2009 UTC

176 grep $_, 176 grep $_,
177 map { cf::map::find $_ } 177 map { cf::map::find $_ }
178 grep s/^s//, 178 grep s/^s//,
179 split /\x00/, $data 179 split /\x00/, $data
180} 180}
181
182sub unload {
183 my $guard = cf::lock_acquire "map-tags::reload";
184
185 db_close $db_target;
186 db_close $db_mapinfo;
187}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines