mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-14 20:22:23 -04:00
Core/Misc: Remove boost::heap::fibonacci_heap from header files
(cherry picked from commit e8e330addd)
This commit is contained in:
@@ -114,8 +114,11 @@ bool SummonList::HasEntry(uint32 entry) const
|
||||
return false;
|
||||
}
|
||||
|
||||
void SummonList::DoActionImpl(int32 action, StorageType const& summons)
|
||||
void SummonList::DoActionImpl(int32 action, StorageType& summons, uint16 max)
|
||||
{
|
||||
if (max)
|
||||
Trinity::Containers::RandomResize(summons, max);
|
||||
|
||||
for (ObjectGuid const& guid : summons)
|
||||
{
|
||||
Creature* summon = ObjectAccessor::GetCreature(*_me, guid);
|
||||
|
||||
Reference in New Issue
Block a user