mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-01 00:50:15 -04:00
[General] Add RESTOCK to enum of Container subactions
This commit is contained in:
parent
32b5529e18
commit
8e5859b466
@ -109,7 +109,8 @@ namespace mwmp
|
||||
DRAG = 1,
|
||||
DROP = 2,
|
||||
TAKE_ALL = 3,
|
||||
REPLY_TO_REQUEST = 4
|
||||
REPLY_TO_REQUEST = 4,
|
||||
RESTOCK = 5
|
||||
};
|
||||
|
||||
RakNet::RakNetGUID guid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user