Missing uid.
'; return; } $id = (int) $_GET['uid']; include_once("../GameEngine/Data/hero_items.php"); include_once("../GameEngine/HeroItems.php"); include_once("../GameEngine/HeroAuction.php"); include_once("../GameEngine/HeroAdventure.php"); $t4HeroItems = new HeroItems(); $t4Auction = new HeroAuction(); $t4Adv = new HeroAdventure(); $t4Silver = $t4HeroItems->getSilver($id); $t4Inventory = $t4HeroItems->getInventory($id); $t4Sales = $t4Auction->getMySales($id); $t4Bids = $t4Auction->getMyBids($id); $t4Offers = $t4Adv->getOffers($id); $t4Running = $t4Adv->getRunning($id); $t4SlotNames = [1=>'Helmet',2=>'Body',3=>'Right hand',4=>'Left hand',5=>'Shoes',6=>'Horse',7=>'Bag']; ?>| Row | Item | Slot | Qty | Equipped | |
|---|---|---|---|---|---|
| # | (orphan itemid ' . (int) $t4Row['itemid'] . ')'; ?> |
| Auction | Role | Item | Price | Ends | |
|---|---|---|---|---|---|
| # | (x) |
Running: adventure #, difficulty , arrives (do not delete running adventures).
| Offer | Difficulty | Duration | Expires | |
|---|---|---|---|---|
| # |