mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
@@ -75,7 +75,8 @@ void RARunnable::run()
|
||||
|
||||
while (!World::IsStopped())
|
||||
{
|
||||
if (m_Reactor->run_reactor_event_loop(ACE_Time_Value(0, 100000)) == -1)
|
||||
ACE_Time_Value interval(0, 100000);
|
||||
if (m_Reactor->run_reactor_event_loop(interval) == -1)
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user