Merged everything, should be stable
This commit is contained in:
@@ -5,11 +5,11 @@ import javassist.CannotCompileException;
|
||||
import javassist.ClassPool;
|
||||
import javassist.NotFoundException;
|
||||
import javassist.bytecode.BadBytecode;
|
||||
import net.bdew.wurm.tools.server.ModTitles;
|
||||
|
||||
public class CustomTitles {
|
||||
public static Titles.Title GremlinSlayer;
|
||||
public static int GREMLIN_SLAYER = 704;
|
||||
public static void register(ClassPool cp) throws NotFoundException, BadBytecode, CannotCompileException {
|
||||
TitleInjector injector = new TitleInjector(cp);
|
||||
injector.addTitle("GremlinSlayer", 704, "Gremlin Slayer", "Gremlin Slayer", -1, "NORMAL");
|
||||
ModTitles.addTitle(GREMLIN_SLAYER, "Gremlin Slayer", "Gremlin Slayer", -1, "NORMAL");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user