Merge pull request #3762 from Nightfirecat/add-staff-of-the-dead-timer

Add Staff of the Dead timer
This commit is contained in:
Tomas Slusny
2018-06-16 12:32:29 +02:00
committed by GitHub
5 changed files with 32 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ public class GraphicID
public static final int ICE_BLITZ = 367;
public static final int ICE_BARRAGE = 369;
public static final int VENGEANCE = 726;
public static final int STAFF_OF_THE_DEAD = 1228;
public static final int IMBUED_HEART = 1316;
public static final int FLYING_FISH = 1387;
}