goof
This commit is contained in:
parent
a9708111ba
commit
43c6075aaa
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
function spawn(NPC)
|
||||
local DebtToRemovePct = GetRuleFlagFloat("R_Combat", "ShardDebtRecoveryPercent")
|
||||
|
||||
if GetRuleFlagFloat("R_Combat", "ShardRecoveryByRadius") == true then
|
||||
if GetRuleFlagBool("R_Combat", "ShardRecoveryByRadius") == true then
|
||||
SetPlayerProximityFunction(NPC, 10.0, "recovershard")
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue