Eluna fix typo

This commit is contained in:
Rochet2
2014-06-02 01:53:48 +03:00
committed by Foereaper
parent 19b03dcbcf
commit d269acbf8e

View File

@@ -512,7 +512,7 @@ public:
#ifdef MANGOS
return WorldTimer::getMSTimeDiff(oldMSTime, GetCurrTime());
#else
return GetMSTimeDiffToNow(uint32 oldMSTime);
return GetMSTimeDiffToNow(oldMSTime);
#endif
}