1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-11 04:57:45 +00:00

Merge pull request #574 from BiscuitUmU/develop

Add DailyQuestSeed ActorControl
This commit is contained in:
Adam 2019-08-09 21:46:07 +10:00 committed by GitHub
commit c921365c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,8 +13,8 @@
namespace Sapphire::Network::ActorControl namespace Sapphire::Network::ActorControl
{ {
enum ActorControlType : uint16_t enum ActorControlType : uint16_t
{ {
/*! Toggles weapon status -> Sheathed/UnSheathed /*! Toggles weapon status -> Sheathed/UnSheathed
\param param1 status 0|1 */ \param param1 status 0|1 */
ToggleWeapon = 0x00, ToggleWeapon = 0x00,
@ -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,