diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 20:28:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 20:28:00 -0300 |
commit | 019fb647c156686ddab7109742a0f9cfcc64411d (patch) | |
tree | 14dbb90a9645ca1f645f2619e65315a70b948dc3 /npc | |
parent | e00a410d88410b6f9e515cc2ba5b8a4e6cc50955 (diff) | |
download | serverdata-019fb647c156686ddab7109742a0f9cfcc64411d.tar.gz serverdata-019fb647c156686ddab7109742a0f9cfcc64411d.tar.bz2 serverdata-019fb647c156686ddab7109742a0f9cfcc64411d.tar.xz serverdata-019fb647c156686ddab7109742a0f9cfcc64411d.zip |
Fix typo
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/class.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/class.txt b/npc/functions/class.txt index 9d659fafb..588b9dd3f 100644 --- a/npc/functions/class.txt +++ b/npc/functions/class.txt @@ -188,7 +188,7 @@ L_T2_Fail: mes col(".:: Mission Failed ::.", 1); mes col("You ran out of time.", 1); mes ""; - mes l("You should have gotten here @@.", FuzzyTime(QUEST_ELEVARTIER,0,2)); + mes l("You should have gotten here @@.", FuzzyTime(QUEST_ELEVARTEMPO,0,2)); ST_TIER=1; close; |