mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-24 18:47:45 +00:00
Added EventYieldHandler16 opcode to be able to set wedding settings.
Need an EventContinue opcode to have things mostly working again. Wedding event script WILL CRASH if the second client is not up during the entire cutscene. Not meant to be merged into main at all.
This commit is contained in:
parent
024db1ba6a
commit
4736e431ac
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ namespace Sapphire::Network::Packets
|
|||
TradeReturnEventHandler2 = 0x0388, // updated 6.08
|
||||
|
||||
EventYield2Handler = 0x021D, // updated 5.58 hotfix
|
||||
EventYield16Handler = 0x0207, // updated 5.58 hotfix
|
||||
EventYield16Handler = 0x0213, // updated 6.08
|
||||
|
||||
LinkshellEventHandler = 0x016B, // updated 4.5
|
||||
LinkshellEventHandler1 = 0x016C, // updated 4.5
|
||||
|
|
Loading…
Add table
Reference in a new issue