mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
Add DailyQuestSeed ActorControl
This commit is contained in:
parent
91497e8ab2
commit
c024270794
1 changed files with 4 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
namespace Sapphire::Network::ActorControl
|
||||
{
|
||||
|
||||
enum ActorControlType : uint16_t
|
||||
{
|
||||
enum ActorControlType : uint16_t
|
||||
{
|
||||
/*! Toggles weapon status -> Sheathed/UnSheathed
|
||||
\param param1 status 0|1 */
|
||||
ToggleWeapon = 0x00,
|
||||
|
@ -98,6 +98,8 @@ enum ActorControlType : uint16_t
|
|||
|
||||
FreeEventPos = 0x8A,
|
||||
|
||||
DailyQuestSeed = 0x90, // param1 = the daily quest seed
|
||||
|
||||
SetBGM = 0xA1,
|
||||
|
||||
UnlockAetherCurrentMsg = 0xA4,
|
||||
|
|
Loading…
Add table
Reference in a new issue