Core/Misc: Fixed ResetFailedReason enum values for 9.2.5 client

Port From (https://github.com/TrinityCore/TrinityCore/commit/7b1df181404d15a8027d20df118490a8bd3932a4)
This commit is contained in:
hondacrx
2022-08-10 09:26:06 -04:00
parent b461a48a82
commit fd7a31108a
+2 -2
View File
@@ -254,8 +254,8 @@ namespace Framework.Constants
public enum ResetFailedReason
{
Failed = 0, // "Cannot reset %s. There are players still inside the instance."
Zoning = 1, // "Cannot reset %s. There are players in your party attempting to zone into an instance."
Offline = 2 // "Cannot reset %s. There are players offline in your party."
Offline = 1, // "Cannot reset %s. There are players offline in your party."
Zoning = 2 // "Cannot reset %s. There are players in your party attempting to zone into an instance."
}
public enum ActivateTaxiReply