diff --git a/components/openmw-mp/Base/BaseObject.hpp b/components/openmw-mp/Base/BaseObject.hpp index 204c5575c..cff2f58fb 100644 --- a/components/openmw-mp/Base/BaseObject.hpp +++ b/components/openmw-mp/Base/BaseObject.hpp @@ -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;