1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 16:37:45 +00:00

Fix bad hex number

The number format here was typoed, preventing a successful compile.
This commit is contained in:
Sophie Hamilton 2020-11-14 15:04:43 +00:00
parent 769e904bd4
commit 82eaa62a24

View file

@ -47,7 +47,7 @@ namespace Sapphire::Network::Packets
Init = 0x03B9, // updated 5.25
ActorFreeSpawn = 0x022F, // updated 5.3
InitZone = 00x0303, // updated 5.35
InitZone = 0x0303, // updated 5.35
EffectResult = 0x035E, // updated 5.35
ActorControl = 0x02DC, // updated 5.35