Fix Charge timer showing with every teleport

Turns out a lot of things reuse that animation
This commit is contained in:
Hydrox6
2018-06-03 12:40:28 +01:00
committed by Adam
parent dc17f4e11d
commit cd317996db
3 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ package net.runelite.api;
public class GraphicID
{
public static final int CHARGE = 111;
public static final int TELEPORT = 111;
public static final int ENTANGLE = 179;
public static final int SNARE = 180;
public static final int BIND = 181;