mirror of
https://github.com/azerothcore/mod-transmog
synced 2025-11-29 22:48:30 +08:00
fix(build): #63
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
return new npc_transmogrifierAI(creature);
|
||||
}
|
||||
|
||||
bool OnGossipHello(Player* player, Creature* creature)
|
||||
bool OnGossipHello(Player* player, Creature* creature) override
|
||||
{
|
||||
WorldSession* session = player->GetSession();
|
||||
if (sT->GetEnableTransmogInfo())
|
||||
|
||||
Reference in New Issue
Block a user