diff --git a/Source/Map.cs b/Source/Map.cs index 3138de3..8545dec 100644 --- a/Source/Map.cs +++ b/Source/Map.cs @@ -142,7 +142,7 @@ namespace Server BeneficialRestrictions = 0x0004, // Disallow performing beneficial actions on criminals/murderers HarmfulRestrictions = 0x0008, // Disallow performing harmful actions on innocents TrammelRules = FreeMovement | BeneficialRestrictions | HarmfulRestrictions, - FeluccaRules = None + FeluccaRules = FreeMovement } public interface IPooledEnumerable : IEnumerable {