Add corporeal beast plugin
This commit is contained in:
@@ -367,7 +367,12 @@ public enum Varbits
|
||||
/**
|
||||
* The varbit that stores the players {@code AccountType}.
|
||||
*/
|
||||
ACCOUNT_TYPE(1777);
|
||||
ACCOUNT_TYPE(1777),
|
||||
|
||||
/**
|
||||
* Corp beast damage
|
||||
*/
|
||||
CORP_DAMAGE(999);
|
||||
|
||||
/**
|
||||
* The raw varbit ID.
|
||||
|
||||
@@ -100,6 +100,7 @@ public class WidgetID
|
||||
public static final int MTA_ENCHANTMENT_GROUP_ID = 195;
|
||||
public static final int MTA_GRAVEYARD_GROUP_ID = 196;
|
||||
public static final int MTA_TELEKINETIC_GROUP_ID = 198;
|
||||
public static final int CORP_DAMAGE = 13;
|
||||
|
||||
static class WorldMap
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user