diff --git a/apps/openmw-mp/Script/Functions/Death.hpp b/apps/openmw-mp/Script/Functions/Death.hpp index c8fac0ecc..3dccbeb7c 100644 --- a/apps/openmw-mp/Script/Functions/Death.hpp +++ b/apps/openmw-mp/Script/Functions/Death.hpp @@ -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