Core/Gossip: Implemented new gossip option type GOSSIP_OPTION_TRANSMOGRIFIER

This commit is contained in:
hondacrx
2018-04-17 17:13:10 -04:00
parent ba4a509758
commit 973f6bbdba
4 changed files with 25 additions and 0 deletions
@@ -291,5 +291,10 @@ namespace Game
}
}
}
public void SendOpenTransmogrifier(ObjectGuid guid)
{
SendPacket(new OpenTransmogrifier(guid));
}
}
}