1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 15:47:46 +00:00

Merge pull request #700 from Sophira/fix-hex-number

Fix bad hex number
This commit is contained in:
Adam 2020-11-16 10:17:03 +11:00 committed by GitHub
commit f41061e338

View file

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