Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE
Port From (https://github.com/TrinityCore/TrinityCore/commit/c4906ce60be52c9a678287672a6461c3068beea3)
This commit is contained in:
@@ -73,7 +73,7 @@ namespace Framework.Constants
|
||||
Confused = 0x400000,
|
||||
Fleeing = 0x800000,
|
||||
Possessed = 0x1000000, // under direct client control by a player (possess or vehicle)
|
||||
NotSelectable = 0x2000000,
|
||||
Uninteractible = 0x2000000,
|
||||
Skinnable = 0x4000000,
|
||||
Mount = 0x8000000,
|
||||
Unk28 = 0x10000000,
|
||||
|
||||
Reference in New Issue
Block a user