[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