mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Added Animations for Guard NPC (#459)
Guard NPC now has proper animations..
This commit is contained in:
+2
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user