mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 08:39:05 +00:00
bunch o changes (#200)
* Create cluescrolls.txt * tidy up * fixup ::item command * tidy up * fixup fight caves checker
This commit is contained in:
@@ -103,7 +103,7 @@ public class NPCDropsHandler {
|
||||
return NPCDrops.pyrefiend;
|
||||
} else if (npc.equals("aberrant_spectre")
|
||||
|| npc.equals("aberrant_specter")
|
||||
|| npc.equals("Aberant_specter")) {
|
||||
|| npc.equals("aberant_specter")) {
|
||||
return NPCDrops.abberantspectre;
|
||||
} else if (npc.equals("earth_warrior")) {
|
||||
return NPCDrops.earthwarrior;
|
||||
|
||||
Reference in New Issue
Block a user