mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core: Update to 10.1.5
This commit is contained in:
@@ -46,8 +46,9 @@
|
||||
enum class ChatWhisperTargetStatus : uint8
|
||||
{
|
||||
CanWhisper = 0,
|
||||
Offline = 1,
|
||||
WrongFaction = 2
|
||||
CanWhisperGuild = 1,
|
||||
Offline = 2,
|
||||
WrongFaction = 3
|
||||
};
|
||||
|
||||
inline bool isNasty(uint8 c)
|
||||
|
||||
Reference in New Issue
Block a user