forked from MagicBane/Server
stances for guards
This commit is contained in:
@@ -456,7 +456,7 @@ public class MobAI {
|
||||
return false;
|
||||
}
|
||||
|
||||
private static int getGuardPowerRank(Mob mob) {
|
||||
public static int getGuardPowerRank(Mob mob) {
|
||||
int powerRank = 1;
|
||||
|
||||
switch (mob.getRank()) {
|
||||
|
||||
Reference in New Issue
Block a user