WiredConditionActorIsWearingEffect packet is wrong
Build Information
Emulator Version:
Emulator Build (hash):
Expected Behavior
The configuration packet for this wired should include the effect id as an integer param
Current Behavior
Current the effect id is sent as a string param
Possible Solution
Send the effect id as an int param
Detailed Description
Users reported that nitro was not reading the configuration packet for this wired correctly. Upon investigation, we found that nitro is reading it wrong and that the emulator should send the effect id as an int param. Both nitro and Morningstar were implementing it wrong.
Edited by --- ---