Add POH incense burner timers

This commit is contained in:
Tomas Slusny
2018-10-21 20:38:24 +02:00
committed by Adam
parent 431713b9a4
commit 3d39a358fe
5 changed files with 214 additions and 53 deletions

View File

@@ -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;
}