mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user