Browse Source

[fixed] wrong get_npc_selfie_totals call. Found by chlu, solved by beef supreme.

anjuna krokus 2 months ago
parent
commit
1e5a990cba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/phone_selfies.qsrc

+ 1 - 1
locations/phone_selfies.qsrc

@@ -1344,7 +1344,7 @@ if $ARGS[0] = 'get_npc_selfie_totals':
 end
 
 if $ARGS[0] = 'listretrieve2':
-	gs 'get_npc_selfie_totals', numnpc
+	gs 'phone_selfies', 'get_npc_selfie_totals', numnpc
 
 	$temp_table = '<table>'