1
Fork 0
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:
Mordred 2018-02-04 18:04:30 +01:00
parent b11cdecbf0
commit 48c4f681f1

View file

@ -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,