mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 16:49:03 +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:
@@ -900,7 +900,7 @@ public class NpcHandler {
|
||||
|| npcs[i].npcType == 1532 // Barricade
|
||||
|| npcs[i].npcType == 153 // Butterfly
|
||||
|| PestControl.npcIsPCMonster(npcs[i].npcType)
|
||||
|| FightCaves.isFightCaveNpc(npcs[i].npcType)) {
|
||||
|| FightCaves.isFightCaveNpc(i)) {
|
||||
// These npcs shouldn't have drops
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user