mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Event: Change Midsummer Music container to vector
This commit is contained in:
@@ -1434,7 +1434,7 @@ public:
|
||||
if (!IsHolidayActive(HOLIDAY_FIRE_FESTIVAL))
|
||||
break;
|
||||
|
||||
std::deque<Player*> playersNearby;
|
||||
std::vector<Player*> playersNearby;
|
||||
go->GetPlayerListInGrid(playersNearby, go->GetMap()->GetVisibilityRange());
|
||||
for (Player* player : playersNearby)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user