Core: Update to 10.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/0cea730fa23473a85c47451c3bd13df816f2b6e4)
This commit is contained in:
@@ -97,7 +97,8 @@ namespace Framework.Constants
|
||||
public enum ChatWhisperTargetStatus
|
||||
{
|
||||
CanWhisper = 0,
|
||||
Offline = 1,
|
||||
WrongFaction = 2
|
||||
CanWhisperGuild = 1,
|
||||
Offline = 2,
|
||||
WrongFaction = 3
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user