RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
Magic.java
1package com.osroyale.content.skill.impl.magic;
2
3import com.osroyale.game.world.items.Item;
4
23
24public class Magic {
25
26 public static final Item[] UNALCHEABLES = {new Item(995), new Item(20527), new Item(13307)};
27
28 public static final int[] BONES = {526, 528, 530, 534};
29}