From 9e4fd39b2153b524401d74bc6961a8bcafff86b3 Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Mon, 24 Dec 2018 15:08:39 -0500 Subject: [PATCH] tweaked the quest api function --- Experience-by-Level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Experience-by-Level.md b/Experience-by-Level.md index 50434d2..d2ffd43 100644 --- a/Experience-by-Level.md +++ b/Experience-by-Level.md @@ -4,7 +4,7 @@ The formula for the below table is: Experience = (Level - 1)^3 * (Multiplier * 1000) -If you look to use `quest::giveexp(experience)` in any of your quests, this will come in handy +If you look to use `quest::exp(amount)` in any of your quests, this will come in handy | Level | EXP by end of Level | |-------|----------------------------------|