From 8c1e5691595f0dc5217475db28f009ce1efa61ee Mon Sep 17 00:00:00 2001 From: acidmanifesto Date: Thu, 13 Jan 2022 14:09:36 -0500 Subject: [PATCH] added missing override --- src/transmog_scripts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transmog_scripts.cpp b/src/transmog_scripts.cpp index e6a2de1..dced0d0 100644 --- a/src/transmog_scripts.cpp +++ b/src/transmog_scripts.cpp @@ -252,7 +252,7 @@ public: } #ifdef PRESETS - bool OnGossipSelectCode(Player* player, Creature* creature, uint32 sender, uint32 action, const char* code) + bool OnGossipSelectCode(Player* player, Creature* creature, uint32 sender, uint32 action, const char* code) override { player->PlayerTalkClass->ClearMenus(); if (sender || action)