forked from 2009Scape/Server
Fixed The Restless Ghost skull interaction (again)
This commit is contained in:
parent
5baa488301
commit
3d6c91b487
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ public final class RestlessGhostSkull extends UseWithHandler {
|
|||
@Override
|
||||
public Plugin<Object> newInstance(Object arg) throws Throwable {
|
||||
addHandler(2145, OBJECT_TYPE, this);
|
||||
addHandler(15052, OBJECT_TYPE, this);
|
||||
addHandler(15061, OBJECT_TYPE, this);
|
||||
return this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue