From d8ce58ffdbe36bc5256df1416fe1aab005f11690 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 14 Jul 2019 23:15:44 -0300 Subject: Minor fixes --- db/re/item_db.conf | 4 ++-- npc/items/legacy_heal.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b10c146c9..a8d1ad700 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11724,8 +11724,8 @@ item_db: ( }, { Id: 5029 - AegisName: "NaturalCard" - Name: "Natural Card" + AegisName: "NatureCard" + Name: "Nature Card" Type: "IT_CARD" Buy: 50 Sell: 25 diff --git a/npc/items/legacy_heal.txt b/npc/items/legacy_heal.txt index 62b501668..c2e1693a9 100644 --- a/npc/items/legacy_heal.txt +++ b/npc/items/legacy_heal.txt @@ -28,7 +28,7 @@ OnUse: // minimum between @min and bVit / 2 * BaseLevel / 10 @min = min(@max, readparam(bVit) * BaseLevel / 20); - @val1 = rand(@min, @max); + @val1 = rand2(@min, @max); @delay *= 1000; // Put the delay in ms -- cgit v1.2.3-70-g09d2