mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 08:27:46 +00:00
opcode fix
This commit is contained in:
parent
50d6a092d4
commit
2b78ab0808
1 changed files with 2 additions and 2 deletions
|
@ -228,10 +228,10 @@ enum ServerZoneIpcType :
|
|||
|
||||
Mount = 0x09F, // updated 6.58 hotfix 2
|
||||
|
||||
DirectorVars = 0xF3A6, // updated 6.58 hotfix 2
|
||||
DirectorVars = 0x3A6, // updated 6.58 hotfix 2
|
||||
DirectorMsg1 = 0xF084, // updated 5.18
|
||||
DirectorMsg2 = 0xF0C1, // updated 5.18
|
||||
DirectorMsg4 = 0x03A9, // updated 6.58 hotfix 2
|
||||
DirectorMsg4 = 0x3A9, // updated 6.58 hotfix 2
|
||||
DirectorMsg8 = 0xF28A, // updated 5.18
|
||||
DirectorMsg16 = 0xF28C, // updated 5.18
|
||||
DirectorPopUp = 0xF3DF, // updated 5.58h
|
||||
|
|
Loading…
Add table
Reference in a new issue