Skip to content

Commit

Permalink
Merge pull request #691 from karashiiro/develop
Browse files Browse the repository at this point in the history
Remove UseMooch since the detection for this is actually InventoryTransaction and the packet is SomeDirectorUnk4 or something
  • Loading branch information
NotAdam committed Aug 16, 2020
2 parents 41e8ee5 + c938451 commit b357e40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/common/Network/PacketDef/Ipcs.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ namespace Sapphire::Network::Packets

EventStart = 0x020D, // updated 5.3
EventFinish = 0x00DF, // updated 5.3

UseMooch = 0x00C5, // updated 5.3

EventLinkshell = 0x1169,

Expand Down Expand Up @@ -342,7 +340,7 @@ namespace Sapphire::Network::Packets

PlaceFieldMarkerPreset = 0x023F, // updated 5.25
PlaceFieldMarker = 0x01BA, // updated 5.25
SkillHandler = 0x0241, // updated 5.25
SkillHandler = 0x033C, // updated 5.3
GMCommand1 = 0x01EC, // updated 5.25
GMCommand2 = 0x0368, // updated 5.25
AoESkillHandler = 0x0364, // updated 5.21 hotfix
Expand Down

0 comments on commit b357e40

Please sign in to comment.