Template:NPCLootTableInner: Difference between revisions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
tables=NpcDrops,Items | tables=NpcDrops,Items | ||
|join on=NpcDrops.Item=Items._pageName | |join on=NpcDrops.Item=Items._pageName | ||
|fields=NpcDrops.Item,NpcDrops.Quantity,NpcDrops.Rarity,Items. | |fields=NpcDrops.Item,NpcDrops.Quantity,NpcDrops.Rarity,Items.Price,Items.Price | ||
|where=NpcDrops.NPCKey='{{{npckey}}}' | |where=NpcDrops.NPCKey='{{{npckey}}}' | ||
|format=template | |format=template |