mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Kill whitespace
This commit is contained in:
@@ -341,7 +341,7 @@ void WorldSession::HandleQuestPOIQuery(WorldPackets::Query::QuestPOIQuery& query
|
||||
|
||||
WorldPacket data(SMSG_QUEST_POI_QUERY_RESPONSE, 4 + (4 + 4 + 40) * questIds.size());
|
||||
data << uint32(questIds.size()); // count
|
||||
|
||||
|
||||
for (uint32 questId : questIds)
|
||||
{
|
||||
uint16 const questSlot = _player->FindQuestSlot(questId);
|
||||
|
||||
Reference in New Issue
Block a user