--- deliantra/server/ext/map-tags.ext 2010/04/22 12:50:24 1.23 +++ deliantra/server/ext/map-tags.ext 2010/04/29 08:13:50 1.24 @@ -4,8 +4,8 @@ use JSON::XS; -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 +our $db_mapinfo = cf::db_table "tag-mapinfo"; # info/cache for maps +our $db_target = cf::db_table "tag-target"; # tag => maps sub remove_tag_target { my ($txn, $tag, $target) = @_;