fix (Script) added missing override

fix (Script) added missing override
This commit is contained in:
Kitzunu
2022-01-13 20:12:17 +01:00
committed by GitHub

View File

@@ -252,7 +252,7 @@ public:
} }
#ifdef PRESETS #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(); player->PlayerTalkClass->ClearMenus();
if (sender || action) if (sender || action)