mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 16:57:47 +00:00
Fix bad hex number
The number format here was typoed, preventing a successful compile.
This commit is contained in:
parent
769e904bd4
commit
82eaa62a24
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace Sapphire::Network::Packets
|
||||||
Init = 0x03B9, // updated 5.25
|
Init = 0x03B9, // updated 5.25
|
||||||
|
|
||||||
ActorFreeSpawn = 0x022F, // updated 5.3
|
ActorFreeSpawn = 0x022F, // updated 5.3
|
||||||
InitZone = 00x0303, // updated 5.35
|
InitZone = 0x0303, // updated 5.35
|
||||||
|
|
||||||
EffectResult = 0x035E, // updated 5.35
|
EffectResult = 0x035E, // updated 5.35
|
||||||
ActorControl = 0x02DC, // updated 5.35
|
ActorControl = 0x02DC, // updated 5.35
|
||||||
|
|
Loading…
Add table
Reference in a new issue