Schuttgart related cleanups.

Contributed by emilianoify.
This commit is contained in:
MobiusDevelopment
2023-05-10 13:25:39 +03:00
parent bee7dde981
commit a665d710a1
21 changed files with 3 additions and 857 deletions

View File

@@ -46,8 +46,6 @@ public class HuntingGroundsTeleport extends Quest
31693,
31694,
31695,
31997,
31998
};
private static final int[] DAWN_NPCS =
@@ -62,7 +60,6 @@ public class HuntingGroundsTeleport extends Quest
31168,
31692,
31694,
31997
};
public HuntingGroundsTeleport()
@@ -136,11 +133,6 @@ public class HuntingGroundsTeleport extends Quest
case 31695:
htmltext = check ? "low_rune.htm" : "hg_rune.htm";
break;
case 31997:
case 31998:
htmltext = check ? "low_schuttgart.htm" : "hg_schuttgart.htm";
break;
}
return htmltext;
}