forked from MagicBane/Server
Fix in exception for werwolf/werebear (magic numbers)
This commit is contained in:
@@ -326,7 +326,7 @@ public class MobAI {
|
||||
|
||||
// exception allowing werewolf and werebear guard captains to cast
|
||||
|
||||
if (Enum.MinionType.ContractToMinionMap.get(contractID).isMage() == false && contractID != 980111 && contractID != 980110)
|
||||
if (Enum.MinionType.ContractToMinionMap.get(contractID).isMage() == false && contractID != 980103 && contractID != 980104)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user