aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKelno <kelno@users.noreply.github.com>2021-06-22 16:30:33 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-11 12:14:39 +0100
commitb6af6634f4f9bea2e60993a5c4f4d2d9d41f0166 (patch)
treef0c285087c2a9fd43a854389b48ff1c410178560 /src
parentc7bf84e8ae24d01a1c0ffc6d9b76b902676255b8 (diff)
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 17ed3fd1dcfcb859869fcbbeb643fa59793d1687)
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Handlers/QuestHandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/game/Handlers/QuestHandler.cpp b/src/server/game/Handlers/QuestHandler.cpp
index 4683c3a177c..953011e7ce4 100644
--- a/src/server/game/Handlers/QuestHandler.cpp
+++ b/src/server/game/Handlers/QuestHandler.cpp
@@ -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)