From 1154b491ffa603cbed4a2513c267cb1fcb9cc625 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Wed, 20 May 2020 14:02:09 -0400 Subject: [PATCH] Core/Petitions: Updated petition error values to 8.3 Port From (https://github.com/TrinityCore/TrinityCore/commit/32950cec210fbd2093dd6c3ad932a02d156d7bf7) --- Source/Framework/Constants/GuildConst.cs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Source/Framework/Constants/GuildConst.cs b/Source/Framework/Constants/GuildConst.cs index 07fb9b598..24608f871 100644 --- a/Source/Framework/Constants/GuildConst.cs +++ b/Source/Framework/Constants/GuildConst.cs @@ -220,7 +220,8 @@ namespace Framework.Constants AlreadyInGuild = 2, NeedMoreSignatures = 4, GuildPermissions = 11, - GuildNameInvalid = 12 + GuildNameInvalid = 12, + HasRestriction = 13 } public enum PetitionSigns @@ -229,10 +230,11 @@ namespace Framework.Constants AlreadySigned = 1, AlreadyInGuild = 2, CantSignOwn = 3, - NotServer = 4, - Full = 5, - AlreadySignedOther = 6, - RestrictedAccount = 7 + NotServer = 5, + Full = 8, + AlreadySignedOther = 10, + RestrictedAccountTrial = 11, + HasRestriction = 13 } public enum CharterTypes