mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Named an unknown creature type flag
This commit is contained in:
@@ -2586,7 +2586,7 @@ enum CreatureTypeFlags
|
||||
CREATURE_TYPEFLAGS_DEAD_INTERACT = 0x00000080, // Player can interact with the creature if its dead (not player dead)
|
||||
CREATURE_TYPEFLAGS_HERBLOOT = 0x00000100, // Can be looted by herbalist
|
||||
CREATURE_TYPEFLAGS_MININGLOOT = 0x00000200, // Can be looted by miner
|
||||
CREATURE_TYPEFLAGS_UNK10 = 0x00000400,
|
||||
CREATURE_TYPEFLAGS_DONT_LOG_DEATH = 0x00000400, // Death event will not show up in combat log
|
||||
CREATURE_TYPEFLAGS_MOUNTED_COMBAT = 0x00000800, // Creature can remain mounted when entering combat
|
||||
CREATURE_TYPEFLAGS_AID_PLAYERS = 0x00001000, // ? Can aid any player in combat if in range?
|
||||
CREATURE_TYPEFLAGS_UNK13 = 0x00002000,
|
||||
|
||||
Reference in New Issue
Block a user