Added Humantiy Prefix to TraderCategory

This commit is contained in:
Florian Kinder
2014-02-04 14:12:33 +01:00
parent eba4091d93
commit 8606f7ba11
5 changed files with 128 additions and 128 deletions

View File

@@ -78,7 +78,7 @@ foreach my $traderhuman (keys $traderHumanity) {
$cat->[1]
);
while (my $row = $sth->fetchrow_hashref()) {
$catName = $row->{CatName};
$catName = $traderhuman.$row->{CatName};
}
$sth->finish();
$catName =~ s~ |-|/~~g;