mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix typo
This commit is contained in:
@@ -512,7 +512,7 @@ public:
|
||||
#ifdef MANGOS
|
||||
return WorldTimer::getMSTimeDiff(oldMSTime, GetCurrTime());
|
||||
#else
|
||||
return GetMSTimeDiffToNow(uint32 oldMSTime);
|
||||
return GetMSTimeDiffToNow(oldMSTime);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user