summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-05 23:53:31 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-05 23:53:31 -0300
commitdf6bcf475ae1b6abd1d15469176c3d1d918a48fb (patch)
treef5a6343c5f53cd0813521fa150ff10194122520a /npc/items
parentb40a03c376451ac9e5aaec884067e4bfc13fe80f (diff)
downloadserverdata-df6bcf475ae1b6abd1d15469176c3d1d918a48fb.tar.gz
serverdata-df6bcf475ae1b6abd1d15469176c3d1d918a48fb.tar.bz2
serverdata-df6bcf475ae1b6abd1d15469176c3d1d918a48fb.tar.xz
serverdata-df6bcf475ae1b6abd1d15469176c3d1d918a48fb.zip
Maybe this fix the bug
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/legacy_heal.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/legacy_heal.txt b/npc/items/legacy_heal.txt
index 2f3484080..2beb820d3 100644
--- a/npc/items/legacy_heal.txt
+++ b/npc/items/legacy_heal.txt
@@ -35,7 +35,7 @@ function script ItHeal {
// Obtain the real healing
@val1 = rand2(.@min, .@max) / .@delay;
- debugmes "Heal %d-%d/%d = %d", .@min, .@max, .@delay, @val1;
+ //debugmes "Heal %d-%d/%d = %d", .@min, .@max, .@delay, @val1;
.@delay *= 1000; // Put the delay in ms