mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
4
deps/acelite/ace/Timer_Queue_T.cpp
vendored
4
deps/acelite/ace/Timer_Queue_T.cpp
vendored
@@ -411,11 +411,9 @@ ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK, TIME_POLICY>::dispatch_info_i (const
|
||||
if (this->is_empty ())
|
||||
return 0;
|
||||
|
||||
ACE_Timer_Node_T<TYPE> *expired = 0;
|
||||
|
||||
if (this->earliest_time () <= cur_time)
|
||||
{
|
||||
expired = this->remove_first ();
|
||||
ACE_Timer_Node_T<TYPE> *expired = this->remove_first ();
|
||||
|
||||
// Get the dispatch info
|
||||
expired->get_dispatch_info (info);
|
||||
|
||||
Reference in New Issue
Block a user