diff --git a/src/transmog_scripts.cpp b/src/transmog_scripts.cpp index 68e5f77..e6a2de1 100644 --- a/src/transmog_scripts.cpp +++ b/src/transmog_scripts.cpp @@ -72,7 +72,7 @@ public: return true; } - bool OnGossipSelect(Player* player, Creature* creature, uint32 sender, uint32 action) + bool OnGossipSelect(Player* player, Creature* creature, uint32 sender, uint32 action) override { player->PlayerTalkClass->ClearMenus(); WorldSession* session = player->GetSession();