Skip to content

Commit

Permalink
Fix RingsmithNPC Lua script
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed May 9, 2024
1 parent 6a79c25 commit 5c3d00d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local zone = "int_deniran_weapons_shop"

local ringsmith = nil
local questSlot = "raven_forge_ring"
local waitTime = MathHelper.MINUTES_IN_ONE_HOUR * 6
local waitTime = TimeUtil.MINUTES_IN_HOUR * 6
local ring = "enhanced imperial ring"

local fee = 260000
Expand Down

0 comments on commit 5c3d00d

Please sign in to comment.