added spellbook varbits

This commit is contained in:
Kyleeld
2019-04-25 23:48:34 +01:00
committed by GitHub
parent 04df6cd1e9
commit a93d7c3175

View File

@@ -464,6 +464,17 @@ public enum Varbits
*/ */
VENGEANCE_COOLDOWN(2451), VENGEANCE_COOLDOWN(2451),
/**
* 0 = standard
* 1 = ancients
* 2 = lunars
* 3 = arrceus
**/
SPELLBOOK_ID(0),
SPELLBOOK_ID(1),
SPELLBOOK_ID(2),
SPELLBOOK_ID(3),
/** /**
* Amount of items in each bank tab * Amount of items in each bank tab
*/ */