mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
[Server] Fix Resurrect
This commit is contained in:
parent
fcccd7b665
commit
e68eee651a
@ -9,7 +9,7 @@
|
|||||||
class DeathFunctions
|
class DeathFunctions
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static void Resurrect(unsigned short pid) noexcept;
|
static void Resurrect(unsigned short pid, unsigned int type) noexcept;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //OPENMW_DEATHAPI_HPP
|
#endif //OPENMW_DEATHAPI_HPP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user