fishing plugin: remove broken minnow npcs and swap to graphic check

previous "bad" minnow spot (npc ID 7734) was removed/changed to something different and now the fishing spot will just change graphic animation when the spot is bad.
This commit is contained in:
Seth
2018-03-12 18:31:39 -05:00
parent 3df3910b1b
commit fb3225ec34
3 changed files with 5 additions and 2 deletions

View File

@@ -35,4 +35,5 @@ public class GraphicID
public static final int ICE_BARRAGE = 369;
public static final int VENGEANCE = 726;
public static final int IMBUED_HEART = 1316;
public static final int FLYING_FISH = 1387;
}