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:
parent
ff88c136b2
commit
7d8624eda2
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue