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

fix mount

This commit is contained in:
collett 2020-02-25 02:12:32 +09:00
parent 8a559f8d53
commit 5106fc3043
2 changed files with 3 additions and 3 deletions

View file

@ -636,7 +636,7 @@ namespace Sapphire::Common
StartActionCombo = 27, // shifted one up from 5.18
ComboSucceed = 28, // shifted one up from 5.18, on retail this is not seen anymore, still working though.
Knockback = 33,
Mount = 39,
Mount = 40, // shifted one down from 5.18
VFX = 59, // links to VFX sheet
};

View file

@ -142,7 +142,7 @@ namespace Sapphire::Network::Packets
ActorSetPos = 0x00CF, // updated 5.2
ActorCast = 0x03B1, // updated 5.18
ActorCast = 0x00F6, // updated 5.2
SomeCustomiseChangePacketProbably = 0x00CD, // added 5.18
PartyList = 0x0287, // updated 5.18
@ -205,7 +205,7 @@ namespace Sapphire::Network::Packets
QuestTracker = 0x0306, // updated 5.2
Mount = 0x038F, // updated 5.18
Mount = 0x023C, // updated 5.2
DirectorVars = 0x00E6, // updated 5.18
SomeDirectorUnk1 = 0x0084, // updated 5.18