From d269acbf8ea2f4a6a5597bfba5705de10875518b Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Mon, 2 Jun 2014 01:53:48 +0300 Subject: [PATCH] Eluna fix typo --- LuaEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }