mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-13 19:07:45 +00:00
Fix more director event IDs
This commit is contained in:
parent
0f96b40fbe
commit
d3f9b92aa1
1 changed files with 8 additions and 7 deletions
|
@ -40,17 +40,18 @@ namespace Sapphire
|
||||||
DutyCommence = 0x40000001,
|
DutyCommence = 0x40000001,
|
||||||
DutyComplete = 0x40000002,
|
DutyComplete = 0x40000002,
|
||||||
SetStringendoMode = 0x40000003,
|
SetStringendoMode = 0x40000003,
|
||||||
BattleGroundMusic = 0x40000004,
|
SetDutyTime = 0x40000004,
|
||||||
InvalidateTodoList = 0x40000005,
|
LoadingScreen = 0x40000005,
|
||||||
LoadingScreen = 0x40000007,
|
Forward = 0x40000006,
|
||||||
Forward = 0x40000008,
|
BattleGroundMusic = 0x40000007,
|
||||||
|
InvalidateTodoList = 0x40000008,
|
||||||
VoteState = 0x40000009,
|
VoteState = 0x40000009,
|
||||||
VoteStart = 0x4000000A,
|
VoteStart = 0x4000000A,
|
||||||
VoteResult = 0x4000000B,
|
VoteResult = 0x4000000B,
|
||||||
VoteFinish = 0x4000000C,
|
VoteFinish = 0x4000000C,
|
||||||
TreasureVoteRefresh = 0x4000000D,
|
FirstTimeNotify = 0x4000000D,
|
||||||
SetSharedGroupId = 0x4000000E,
|
TreasureVoteRefresh = 0x4000000E,
|
||||||
FirstTimeNotify = 0x4000000F
|
SetSharedGroupId = 0x4000000F,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum EventHandlerOrderId : uint32_t
|
enum EventHandlerOrderId : uint32_t
|
||||||
|
|
Loading…
Add table
Reference in a new issue