mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Fix setting of index for ID_SCRIPT_MEMBER_SHORT in InterpreterContext
This commit is contained in:
parent
fd4085725e
commit
344f2b535a
@ -613,7 +613,7 @@ namespace MWScript
|
||||
{
|
||||
mwmp::WorldEvent *event = mwmp::Main::get().getNetworking()->createWorldEvent();
|
||||
event->cellRef.mRefID = id;
|
||||
event->varName = name;
|
||||
event->index = index;
|
||||
event->shortVal = value;
|
||||
mwmp::Main::get().getNetworking()->GetWorldPacket(ID_SCRIPT_MEMBER_SHORT)->Send(event);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user