--- deliantra/server/ext/map-tags.ext 2008/09/23 04:32:57 1.15 +++ deliantra/server/ext/map-tags.ext 2008/11/29 15:04:28 1.16 @@ -4,8 +4,8 @@ use JSON::XS; -my $db_mapinfo = cf::sync_job { cf::db_table "tag-mapinfo" }; # info/cache for maps -my $db_target = cf::sync_job { cf::db_table "tag-target" }; # tag => maps +our $db_mapinfo = cf::sync_job { cf::db_table "tag-mapinfo" }; # info/cache for maps +our $db_target = cf::sync_job { cf::db_table "tag-target" }; # tag => maps sub remove_tag_target { my ($txn, $tag, $target) = @_;