added missing override

This commit is contained in:
acidmanifesto
2022-01-13 14:09:36 -05:00
committed by GitHub
parent 66b4d33172
commit 8c1e569159

View File

@@ -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)