[Server] Fix Resurrect

0.6.1
Koncord 8 years ago
parent fcccd7b665
commit e68eee651a

@ -9,7 +9,7 @@
class DeathFunctions
{
public:
static void Resurrect(unsigned short pid) noexcept;
static void Resurrect(unsigned short pid, unsigned int type) noexcept;
};
#endif //OPENMW_DEATHAPI_HPP

Loading…
Cancel
Save