mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
[Server] Set mpNum in AddWorldObject()
This commit is contained in:
parent
ddedcac510
commit
82f38dcfad
@ -246,6 +246,7 @@ void WorldFunctions::AddWorldObject() noexcept
|
||||
WorldObject worldObject;
|
||||
worldObject.refId = tempWorldObject.refId;
|
||||
worldObject.refNumIndex = tempWorldObject.refNumIndex;
|
||||
worldObject.mpNum = tempWorldObject.mpNum;
|
||||
worldObject.count = tempWorldObject.count;
|
||||
worldObject.charge = tempWorldObject.charge;
|
||||
worldObject.goldValue = tempWorldObject.goldValue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user