Browse Source

[fixes] $ward_list_page not set for 'sell' in clothing

KevinSmarts 5 years ago
parent
commit
1df3c3fea8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      locations/clothing.qsrc

+ 3 - 0
locations/clothing.qsrc

@@ -114,6 +114,9 @@ if $ARGS[0] = 'view_clothing_list':
 	elseif $ARGS[1] = 'unwanted':
 		$ward_list_page = $ARGS[1]
 		'<h3><center><b><font color="maroon">Unwanted clothing list</font></b></center></h3>'
+	elseif $ARGS[1] = 'sell':
+		$ward_list_page = $ARGS[1]
+		'<h3><center><b><font color="maroon">Choose an item to sell</font></b></center></h3>'
 	end
 
 	if $ARGS[2] = 'gm':