Browse Source

[fixed] error in obj_din. Reported by Sten Mogon

anjuna krokus 3 months ago
parent
commit
2a16ee479e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/obj_din.qsrc

+ 1 - 1
locations/obj_din.qsrc

@@ -579,7 +579,7 @@ if $ARGS[0] = 'skill_format_func':
 			killvar 'temp'
 			killvar 'temp'
 			exit
 			exit
 		else
 		else
-			$ARGS[2] = stren_plus
+			$ARGS[2] = 'stren_plus'
 		end
 		end
 	end
 	end