Add ThunderBreaker.BARRAGE in damage hack calculation (#387)

This commit is contained in:
MedicOP
2019-02-03 16:28:21 +01:00
committed by Ronan Lana
parent a82cb9c719
commit 6b40f32d30
3 changed files with 3 additions and 1 deletions

View File

@@ -39,4 +39,5 @@ public class ThunderBreaker {
public static final int SPEED_INFUSION = 15111005;
public static final int SPARK = 15111006;
public static final int SHARK_WAVE = 15111007;
public static final int BARRAGE = 15111004;
}