1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-06-12 18:37:46 +00:00

Fix more director event IDs

This commit is contained in:
Rushi 2022-02-16 09:41:28 +01:00
parent 0f96b40fbe
commit d3f9b92aa1

View file

@ -40,17 +40,18 @@ namespace Sapphire
DutyCommence = 0x40000001,
DutyComplete = 0x40000002,
SetStringendoMode = 0x40000003,
BattleGroundMusic = 0x40000004,
InvalidateTodoList = 0x40000005,
LoadingScreen = 0x40000007,
Forward = 0x40000008,
SetDutyTime = 0x40000004,
LoadingScreen = 0x40000005,
Forward = 0x40000006,
BattleGroundMusic = 0x40000007,
InvalidateTodoList = 0x40000008,
VoteState = 0x40000009,
VoteStart = 0x4000000A,
VoteResult = 0x4000000B,
VoteFinish = 0x4000000C,
TreasureVoteRefresh = 0x4000000D,
SetSharedGroupId = 0x4000000E,
FirstTimeNotify = 0x4000000F
FirstTimeNotify = 0x4000000D,
TreasureVoteRefresh = 0x4000000E,
SetSharedGroupId = 0x4000000F,
};
enum EventHandlerOrderId : uint32_t