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);
|
return new npc_transmogrifierAI(creature);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool OnGossipHello(Player* player, Creature* creature)
|
bool OnGossipHello(Player* player, Creature* creature) override
|
||||||
{
|
{
|
||||||
WorldSession* session = player->GetSession();
|
WorldSession* session = player->GetSession();
|
||||||
if (sT->GetEnableTransmogInfo())
|
if (sT->GetEnableTransmogInfo())
|
||||||
|
|||||||
Reference in New Issue
Block a user