Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions data/npc/scripts/Esrik.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ local function getTable(player)
{name="leather armor", id=2467, buy=35, sell=12},
{name="leather Boots", id=2643, buy=10, sell=2},
{name="leather helmet", id=2461, buy=12, sell=9},
{name="leather Legs", id=2649, buy=10, sell=22},
{name="leather Legs", id=2649, buy=10, sell=9},
{name="Longsword", id=2397, buy=160, sell=51},
{name="mace", id=2398, buy=90, sell=30},
{name="Morning Star", id=2394, buy=430, sell=100},
Expand All @@ -55,7 +55,6 @@ local function getTable(player)
{name="sword", id=2376, buy=85, sell=25},
{name="throwing knife", id=2410, buy=25},
{name="wooden shield", id=2512, buy=15, sell=3},
{name="morning star", id=2394, sell=90},
{name="steel helmet", id=2457, sell=190},
{name="two handed sword", id=2377, sell=450}
}
Expand Down