Added Animations for Guard NPC (#459)

Guard NPC now has proper animations..
This commit is contained in:
Olivier
2020-12-29 08:58:56 -08:00
committed by GitHub
parent 90b36be5ae
commit af98c46371
@@ -11,6 +11,7 @@ import com.rebotted.game.players.Player;
public enum NpcEmotes {
MAN(new int[] {1, 2, 3, 4, 5, 6}, 422, 1834, 836),
GUARD(new int[] {9, 10}, 412, 404, 836),
GARGOYLE(new int[] {1610, 1611}, 1517, 1519, 1518),
SKELETAL_WYVERN(new int[] {3068}, 2989, 2988, 2987),
BAT(new int[] {412, 78}, 30, 31, 36),
@@ -186,4 +187,4 @@ public enum NpcEmotes {
}
return 2304;
}
}
}