mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 07:07:45 +00:00
fix dyeing
This commit is contained in:
parent
728f76b912
commit
acc3f29a3f
2 changed files with 2 additions and 2 deletions
|
@ -392,7 +392,7 @@ namespace Sapphire::Network::ActorControl
|
||||||
|
|
||||||
Timers = 0x1AB,
|
Timers = 0x1AB,
|
||||||
|
|
||||||
DyeItem = 0x1B0, // updated 5.21
|
DyeItem = 0x1B1, // updated 6.58 hotfix 2
|
||||||
|
|
||||||
RequestChocoboInventory = 0x1C4,
|
RequestChocoboInventory = 0x1C4,
|
||||||
|
|
||||||
|
|
|
@ -210,7 +210,7 @@ enum ServerZoneIpcType :
|
||||||
EventStart = 0x0146, // updated 6.58 hotfix 2
|
EventStart = 0x0146, // updated 6.58 hotfix 2
|
||||||
EventFinish = 0x0339, // updated 6.58 hotfix 2
|
EventFinish = 0x0339, // updated 6.58 hotfix 2
|
||||||
|
|
||||||
EventReturn = 0x1F3, // updated 6.58 hotfix 2?
|
EventReturn = 0x1F3, // updated 6.58 hotfix 2
|
||||||
|
|
||||||
EventLinkshell = 0x1169,
|
EventLinkshell = 0x1169,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue