Refactored NPC display state functions.
This commit is contained in:
@ -639,7 +639,7 @@ public class AdminEffects implements IAdminCommandHandler
|
||||
{
|
||||
String type = st.nextToken();
|
||||
int diplayeffect = Integer.parseInt(type);
|
||||
npc.setState(diplayeffect);
|
||||
npc.setDisplayEffect(diplayeffect);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user