diff --git a/LuaEngine.h b/LuaEngine.h index 507f047..2a96da0 100644 --- a/LuaEngine.h +++ b/LuaEngine.h @@ -512,7 +512,7 @@ public: #ifdef MANGOS return WorldTimer::getMSTimeDiff(oldMSTime, GetCurrTime()); #else - return GetMSTimeDiffToNow(uint32 oldMSTime); + return GetMSTimeDiffToNow(oldMSTime); #endif }