Add POH incense burner timers

This commit is contained in:
Tomas Slusny
2018-10-21 14:38:24 -04:00
committed by Adam
parent 431713b9a4
commit 3d39a358fe
5 changed files with 214 additions and 53 deletions
@@ -182,4 +182,7 @@ public final class AnimationID
public static final int ROCKSLUG_DEATH = 1568;
public static final int ZYGOMITE_DEATH = 3327;
public static final int IMP_DEATH = 172;
// POH Animations
public static final int INCENSE_BURNER = 3687;
}