1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00

Fix DutyComplete id

This commit is contained in:
Rushi 2022-02-16 05:30:54 +01:00
parent ff88c136b2
commit 7d8624eda2

View file

@ -38,9 +38,9 @@ namespace Sapphire
{ {
DEBUG_TimeSync = 0xC0000001, DEBUG_TimeSync = 0xC0000001,
DutyCommence = 0x40000001, DutyCommence = 0x40000001,
BattleGroundMusic = 0x40000002, DutyComplete = 0x40000002,
SetStringendoMode = 0x40000003, SetStringendoMode = 0x40000003,
DutyComplete = 0x40000004, BattleGroundMusic = 0x40000004,
InvalidateTodoList = 0x40000005, InvalidateTodoList = 0x40000005,
LoadingScreen = 0x40000007, LoadingScreen = 0x40000007,
Forward = 0x40000008, Forward = 0x40000008,