1
Fork 0
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:
Rushi 2022-02-16 09:41:28 +01:00
parent 0f96b40fbe
commit d3f9b92aa1

View file

@ -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