Core/Misc: Clear unused undef leftover in a refactor (#26616)

Previously this function was using a macro that was #undef at the end of the function. Since then it uses a lambda function and the undef is not needed anymore.

(cherry picked from commit 17ed3fd1dc)
This commit is contained in:
Kelno
2021-06-22 16:30:33 +02:00
committed by Shauren
parent c7bf84e8ae
commit b6af6634f4

View File

@@ -208,8 +208,6 @@ void WorldSession::HandleQuestgiverAcceptQuestOpcode(WorldPackets::Quest::QuestG
}
CLOSE_GOSSIP_CLEAR_SHARING_INFO();
#undef CLOSE_GOSSIP_CLEAR_SHARING_INFO
}
void WorldSession::HandleQuestgiverQueryQuestOpcode(WorldPackets::Quest::QuestGiverQueryQuest& packet)