[10718] Partly revert "[10687] UInt32 timer class copies instead using time_t timers for mstime cases."

This reverts commit 967877fefd91e00895f9790dc006b532b94d41b7
in part MapManager/World timers.

Main reason: unclear source cases wrong mstime diff generation at WorldRunnable level at *nix systems.
So need have existed in past hacks that skip its.
This commit is contained in:
VladimirMangos 2010-11-10 17:43:37 +03:00
parent 3b0e926788
commit c9dacb9940
5 changed files with 12 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10717"
#define REVISION_NR "10718"
#endif // __REVISION_NR_H__