Skip to content

Commit 666feae

Browse files
authored
Merge pull request LandSandBoat#10528 from Nobutadas/can-not-redeem-exp-voucher
[lua] Allow purchase of exp ring with voucher
2 parents b03c54d + 150d7cb commit 666feae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/globals/conquest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ local function handlePurchuase(player, option, pNation, pRank, guardNation, mOff
15421542
return
15431543
end
15441544

1545-
local isEXPRing = option <= 32933 and option >= 32935
1545+
local isEXPRing = option >= 32933 and option <= 32935
15461546
if isEXPRing and not canBuyExpRing(player, stock.item) then
15471547
return
15481548
end

0 commit comments

Comments
 (0)