mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Added Humantiy Prefix to TraderCategory
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user