Browse Source

[fixed] Links to npc_finder updated to new name

Kevin_Smarts 1 year ago
parent
commit
45dd1a5430
2 changed files with 3 additions and 3 deletions
  1. 2 2
      locations/npc_finder.qsrc
  2. 1 1
      locations/obj_din.qsrc

+ 2 - 2
locations/npc_finder.qsrc

@@ -2,10 +2,10 @@
 
 *clr
 gs 'obj_din', 'cheattabs'
-'<a href="exec: gt ''NPCFinder'', ''finder''">Enter the ID of the character.</a>'
+'<a href="exec: gt ''npc_finder'', ''finder''">Enter the ID of the character.</a>'
 if $ARGS[0] = 'finder':
     $looking = input ('ID (like <i>A17</i>)')
-    gt 'NPCFinder'
+    gt 'npc_finder'
 end
 
 if $looking ! '':

+ 1 - 1
locations/obj_din.qsrc

@@ -168,7 +168,7 @@ if $ARGS[0] = 'cheattabs':
 	if menu_page = 15:
 		$cheat_tab_list += '<th>NPC Finder</th>'
 	else
-		$cheat_tab_list += '<th><a href="exec:menu_page = 15 & gs ''NPCFinder''">NPC Finder</a></th>'
+		$cheat_tab_list += '<th><a href="exec:menu_page = 15 & gs ''npc_finder''">NPC Finder</a></th>'
 	end
 
 	$cheat_tab_list += '<tr>'