1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-28 13:09:40 +00:00

[Server] Fix Resurrect

This commit is contained in:
Koncord 2017-06-27 15:16:23 +08:00
parent fcccd7b665
commit e68eee651a

View file

@ -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