Browse Source

[fixed] Missing +

KevinSmarts 4 years ago
parent
commit
b89e2481fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/clothing_QV.qsrc

+ 1 - 1
locations/clothing_QV.qsrc

@@ -522,7 +522,7 @@ if $ARGS[0] = 'shop_header':
 		$Headerstring += '<a href="exec:clothingfilter[''quality''] = 0 & gt $loc, $loc_arg">Random</a></TH>'
 	end
 
-	$Headerstring = '<TH>Prostitute clothing '
+	$Headerstring += '<TH>Prostitute clothing '
 	if clothingfilter_prost = 0:
 		$Headerstring += '<a href="exec:clothingfilter_prost = 1 & gt $loc, $loc_arg">Included</a></TH>'
 	else