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:
commit
aff853a17c
1 changed files with 1 additions and 3 deletions
|
@ -193,8 +193,6 @@ namespace Sapphire::Network::Packets
|
|||
EventStart = 0x020D, // updated 5.3
|
||||
EventFinish = 0x00DF, // updated 5.3
|
||||
|
||||
UseMooch = 0x00C5, // updated 5.3
|
||||
|
||||
EventLinkshell = 0x1169,
|
||||
|
||||
QuestActiveList = 0x0391, // updated 5.25
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue