Skip to content

Commit

Permalink
Update outfits_memorial.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
omarcopires committed Mar 22, 2024
1 parent 0ec432d commit 01eeaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/scripts/actions/objects/outfits_memorial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function memorial.onUse(player, item, fromPosition, target, toPosition, isHotkey

local royalOutfitPrices = { 30000, 25000 }
for i = 1, 3 do
for i, price in ipairs(royalOutfitPrices) do
for j, price in ipairs(royalOutfitPrices) do
msg:addU16(price)
end
end
Expand Down

0 comments on commit 01eeaf8

Please sign in to comment.