Exemplo n.º 1
0
 public void AuctionHello(Character chr, NPC auctioneer)
 {
     if (!DoAuctioneerInteraction(chr, auctioneer))
     {
         return;
     }
     AuctionHandler.SendAuctionHello(chr.Client, auctioneer);
 }
Exemplo n.º 2
0
 public void AuctionHello(Character chr, NPC auctioneer)
 {
     if (!AuctionMgr.DoAuctioneerInteraction(chr, auctioneer))
     {
         return;
     }
     AuctionHandler.SendAuctionHello((IPacketReceiver)chr.Client, auctioneer);
 }