Browse Source

[fixed] added call to 'purse_attributes' in 'view_purse_item'

f95Lok 2 weeks ago
parent
commit
ff6a3cc92c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      locations/purses.qsrc

+ 1 - 0
locations/purses.qsrc

@@ -152,6 +152,7 @@ if $ARGS[0] = 'view_purse_item':
 
 	cla
 	'<center><img src="<<FUNC(''$purse_image'',  $ARGS[2], ARGS[3])>>"></center>'
+	gs 'purse_attributes', $ARGS[2], ARGS[3]
 
 	gs 'purses', 'descriptions', $ARGS[2]