mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Implemented functionality where user can search for traps in some chests (#534)
* Initial commit * Implemented cooldown timer and added ardougne castle chest * Refactoring * Removing unused variable
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
package com.rs2.game.npcs;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
import com.rs2.game.content.minigames.FightCaves;
|
||||
import com.rs2.game.players.PlayerHandler;
|
||||
import com.rs2.util.Misc;
|
||||
import com.rs2.world.Boundary;
|
||||
import com.rs2.world.clip.Region;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class NpcData {
|
||||
|
||||
public static final int[] npcsOnlyMage = { 907, 908, 909, 910, 911, 912,
|
||||
|
||||
Reference in New Issue
Block a user