1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

fix dyeing

This commit is contained in:
collett 2024-06-16 05:57:22 +09:00
parent 728f76b912
commit acc3f29a3f
2 changed files with 2 additions and 2 deletions

View file

@ -392,7 +392,7 @@ namespace Sapphire::Network::ActorControl
Timers = 0x1AB,
DyeItem = 0x1B0, // updated 5.21
DyeItem = 0x1B1, // updated 6.58 hotfix 2
RequestChocoboInventory = 0x1C4,

View file

@ -210,7 +210,7 @@ enum ServerZoneIpcType :
EventStart = 0x0146, // 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,