1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 17:57:47 +00:00

Merge pull request #691 from karashiiro/develop

Remove UseMooch since the detection for this is actually InventoryTransaction and the packet is SomeDirectorUnk4 or something
This commit is contained in:
Adam 2020-08-16 10:55:35 +10:00 committed by GitHub
commit aff853a17c

View file

@ -192,8 +192,6 @@ namespace Sapphire::Network::Packets
EventStart = 0x020D, // updated 5.3 EventStart = 0x020D, // updated 5.3
EventFinish = 0x00DF, // updated 5.3 EventFinish = 0x00DF, // updated 5.3
UseMooch = 0x00C5, // updated 5.3
EventLinkshell = 0x1169, EventLinkshell = 0x1169,
@ -342,7 +340,7 @@ namespace Sapphire::Network::Packets
PlaceFieldMarkerPreset = 0x023F, // updated 5.25 PlaceFieldMarkerPreset = 0x023F, // updated 5.25
PlaceFieldMarker = 0x01BA, // updated 5.25 PlaceFieldMarker = 0x01BA, // updated 5.25
SkillHandler = 0x0241, // updated 5.25 SkillHandler = 0x033C, // updated 5.3
GMCommand1 = 0x01EC, // updated 5.25 GMCommand1 = 0x01EC, // updated 5.25
GMCommand2 = 0x0368, // updated 5.25 GMCommand2 = 0x0368, // updated 5.25
AoESkillHandler = 0x0364, // updated 5.21 hotfix AoESkillHandler = 0x0364, // updated 5.21 hotfix