Updated to 8.2.0.31429 (scripts disabled atm, they still need updated)
Code Port from TrinityCore https://github.com/TrinityCore/TrinityCore Casc from WoW-Tools https://github.com/WoW-Tools/CASCExplorer
This commit is contained in:
@@ -42,4 +42,13 @@ namespace Framework.Constants
|
||||
//UPDATEFLAG_SCENEOBJECT = 0x10000,
|
||||
//UPDATEFLAG_SCENE_PENDING_INSTANCE = 0x20000
|
||||
}
|
||||
|
||||
public enum UpdateFieldFlag
|
||||
{
|
||||
None = 0,
|
||||
Owner = 0x01,
|
||||
PartyMember = 0x02,
|
||||
UnitAll = 0x04,
|
||||
Empath = 0x08
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user