mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-07 11:17:46 +00:00
Add DailyQuestSeed ActorControl
This commit is contained in:
parent
8c6bf20b83
commit
5ffe610994
1 changed files with 4 additions and 2 deletions
|
@ -98,6 +98,8 @@ enum ActorControlType : uint16_t
|
||||||
|
|
||||||
FreeEventPos = 0x8A,
|
FreeEventPos = 0x8A,
|
||||||
|
|
||||||
|
DailyQuestSeed = 0x90, // param1 = the daily quest seed
|
||||||
|
|
||||||
SetBGM = 0xA1,
|
SetBGM = 0xA1,
|
||||||
|
|
||||||
UnlockAetherCurrentMsg = 0xA4,
|
UnlockAetherCurrentMsg = 0xA4,
|
||||||
|
|
Loading…
Add table
Reference in a new issue