diff options
author | shennetsind <ind@henn.et> | 2013-11-06 22:41:24 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-06 22:41:24 -0200 |
commit | 52864b40d6f9df5682b257ac2f36d645895364be (patch) | |
tree | 45a366ef4f3c911b038487fac8fa5aa6b706e6dd /src/map/pc_groups.h | |
parent | b1f7e524a79ce3e7afd64becaa7657c71d59f18f (diff) | |
download | hercules-52864b40d6f9df5682b257ac2f36d645895364be.tar.gz hercules-52864b40d6f9df5682b257ac2f36d645895364be.tar.bz2 hercules-52864b40d6f9df5682b257ac2f36d645895364be.tar.xz hercules-52864b40d6f9df5682b257ac2f36d645895364be.zip |
Update Fix
Re-added the changes that were gone in the update conflict.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/pc_groups.h')
-rw-r--r-- | src/map/pc_groups.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc_groups.h b/src/map/pc_groups.h index 28c82d619..df99b19df 100644 --- a/src/map/pc_groups.h +++ b/src/map/pc_groups.h @@ -30,6 +30,7 @@ enum e_pc_permission { PC_PERM_DISABLE_PVP = 0x080000, // #20 PC_PERM_DISABLE_CMD_DEAD = 0x100000, PC_PERM_HCHSYS_ADMIN = 0x200000, + PC_PERM_TRADE_BOUNDED = 0x400000, }; // Cached config settings for quick lookup |