mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 16:37:45 +00:00
Added Director relevant types to actor control enum
This commit is contained in:
parent
b11cdecbf0
commit
48c4f681f1
1 changed files with 6 additions and 1 deletions
|
@ -517,9 +517,14 @@ namespace Common {
|
||||||
SetOwnerId = 0x59,
|
SetOwnerId = 0x59,
|
||||||
ItemRepairMsg = 0x5C,
|
ItemRepairMsg = 0x5C,
|
||||||
|
|
||||||
|
DirectorInit = 0x64,
|
||||||
|
DirectorClear = 0x65,
|
||||||
|
|
||||||
LeveStartAnim = 0x66,
|
LeveStartAnim = 0x66,
|
||||||
LeveStartError = 0x67,
|
LeveStartError = 0x67,
|
||||||
PlayerNameGrayout = 0x6A,
|
DirectorEObjMod = 0x6A,
|
||||||
|
|
||||||
|
DirectorUpdate = 0x6D,
|
||||||
|
|
||||||
ItemObtainMsg = 0x75,
|
ItemObtainMsg = 0x75,
|
||||||
DutyQuestScreenMsg = 0x7B,
|
DutyQuestScreenMsg = 0x7B,
|
||||||
|
|
Loading…
Add table
Reference in a new issue