mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-15 06:57:45 +00:00
fix mount
This commit is contained in:
parent
8a559f8d53
commit
5106fc3043
2 changed files with 3 additions and 3 deletions
|
@ -636,7 +636,7 @@ namespace Sapphire::Common
|
||||||
StartActionCombo = 27, // shifted one up from 5.18
|
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.
|
ComboSucceed = 28, // shifted one up from 5.18, on retail this is not seen anymore, still working though.
|
||||||
Knockback = 33,
|
Knockback = 33,
|
||||||
Mount = 39,
|
Mount = 40, // shifted one down from 5.18
|
||||||
VFX = 59, // links to VFX sheet
|
VFX = 59, // links to VFX sheet
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -142,7 +142,7 @@ namespace Sapphire::Network::Packets
|
||||||
|
|
||||||
ActorSetPos = 0x00CF, // updated 5.2
|
ActorSetPos = 0x00CF, // updated 5.2
|
||||||
|
|
||||||
ActorCast = 0x03B1, // updated 5.18
|
ActorCast = 0x00F6, // updated 5.2
|
||||||
SomeCustomiseChangePacketProbably = 0x00CD, // added 5.18
|
SomeCustomiseChangePacketProbably = 0x00CD, // added 5.18
|
||||||
|
|
||||||
PartyList = 0x0287, // updated 5.18
|
PartyList = 0x0287, // updated 5.18
|
||||||
|
@ -205,7 +205,7 @@ namespace Sapphire::Network::Packets
|
||||||
|
|
||||||
QuestTracker = 0x0306, // updated 5.2
|
QuestTracker = 0x0306, // updated 5.2
|
||||||
|
|
||||||
Mount = 0x038F, // updated 5.18
|
Mount = 0x023C, // updated 5.2
|
||||||
|
|
||||||
DirectorVars = 0x00E6, // updated 5.18
|
DirectorVars = 0x00E6, // updated 5.18
|
||||||
SomeDirectorUnk1 = 0x0084, // updated 5.18
|
SomeDirectorUnk1 = 0x0084, // updated 5.18
|
||||||
|
|
Loading…
Add table
Reference in a new issue