Core/Units: Renamed unknown unit flag (UNIT_FLAG_UNK_29 -> UNIT_FLAG_PREVENT_EMOTES_FROM_CHAT_TEXT)
Port From (https://github.com/TrinityCore/TrinityCore/commit/fc456f7512b3a5f1f5fdc5b17877018892070e4d)
This commit is contained in:
@@ -77,7 +77,7 @@ namespace Framework.Constants
|
||||
Skinnable = 0x4000000,
|
||||
Mount = 0x8000000,
|
||||
Unk28 = 0x10000000,
|
||||
Unk29 = 0x20000000,
|
||||
PreventEmotesFromChatText = 0x20000000, // Prevent automatically playing emotes from parsing chat text, for example "lol" in /say, ending message with ? or !, or using /yell
|
||||
Sheathe = 0x40000000,
|
||||
Immune = 0x80000000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user