Merge pull request #3154 from Sundar-Gandu/NPCComposition
This commit is contained in:
@@ -102,6 +102,13 @@ public abstract class RSNPCMixin implements RSNPC
|
||||
npcIndex = id;
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public void setComposition(NPCComposition composition)
|
||||
{
|
||||
setComposition((RSNPCComposition) composition);
|
||||
}
|
||||
|
||||
@FieldHook(value = "definition", before = true)
|
||||
@Inject
|
||||
public void onDefinitionChanged(RSNPCComposition composition)
|
||||
|
||||
Reference in New Issue
Block a user