Skip to content

Commit

Permalink
Fixed item price to prevent bug money (opentibiabr#673)
Browse files Browse the repository at this point in the history
Fixed wrong buy price of northwind rod
  • Loading branch information
carlospess0a authored Dec 7, 2022
1 parent e309760 commit a80c0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-otservbr-global/npc/hireling.lua
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function createHirelingType(HirelingName)
{itemName = "moonlight rod", clientId = 3070, buy = 1245},
{itemName = "morning star", clientId = 3282, sell = 100},
{itemName = "necrotic rod", clientId = 3069, buy = 4999},
{itemName = "northwind rod", clientId = 8083, buy = 142},
{itemName = "northwind rod", clientId = 8083, buy = 7500},
{itemName = "onyx arrow", clientId = 7365, buy = 7},
{itemName = "orange tapestry", clientId = 2653, buy = 25},
{itemName = "oven kit", clientId = 6371, buy = 80},
Expand Down

0 comments on commit a80c0a8

Please sign in to comment.