Fix prayer enumation order back to the order the prayers are in game

The reorder prayer plugin depends on this
This commit is contained in:
Adam
2018-05-31 13:36:55 -04:00
parent 5e92868882
commit 5dc7d610c3
2 changed files with 76 additions and 4 deletions

View File

@@ -125,10 +125,6 @@ public enum Prayer
* Smite (Level 52).
*/
SMITE(Varbits.PRAYER_SMITE),
/**
* Preserve (Level 55).
*/
PRESERVE(Varbits.PRAYER_PRESERVE),
/**
* Chivalry (Level 60, Defence/Strength/Attack).
*/
@@ -137,6 +133,10 @@ public enum Prayer
* Piety (Level 70, Defence/Strength/Attack).
*/
PIETY(Varbits.PRAYER_PIETY),
/**
* Preserve (Level 55).
*/
PRESERVE(Varbits.PRAYER_PRESERVE),
/**
* Rigour (Level 74, Ranging/Damage/Defence).
*/