This commit is contained in:
Crum
2018-02-20 21:50:44 -06:00
parent a56d00fac0
commit d56a8b312b
2 changed files with 2 additions and 3 deletions
@@ -58,7 +58,7 @@ do
price_count = 24221
local byte = string.byte
function get(id)
if id and id <= 39656 and id > 0 then
if id and id <= 24283 and id > 0 then
local index = id * 3
local a = byte(prices, index - 2, index)
local b = byte(prices, index - 2)