summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-02-04 11:41:58 -0300
committerJesusaves <cpntb1@ymail.com>2022-02-04 11:41:58 -0300
commit94aad40286ef86692c881107357318893fac3a93 (patch)
treed52d3362c149f935ebafe5fdd074cdb83159468e
parentd633175c6c43d0d3eca43be8342ab2b2b76410cc (diff)
downloadserverdata-94aad40286ef86692c881107357318893fac3a93.tar.gz
serverdata-94aad40286ef86692c881107357318893fac3a93.tar.bz2
serverdata-94aad40286ef86692c881107357318893fac3a93.tar.xz
serverdata-94aad40286ef86692c881107357318893fac3a93.zip
Backport Meluna's fix
-rw-r--r--npc/006-2/npcs.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/006-2/npcs.txt b/npc/006-2/npcs.txt
index 14d6d6e2..87d3e56f 100644
--- a/npc/006-2/npcs.txt
+++ b/npc/006-2/npcs.txt
@@ -73,7 +73,7 @@ L_Main:
L_Explain:
mes "\"Ahh sorry, you are not familiar with our customs.\"";
- mes "\"The Mana was made into the 4 main elements by The Gods; Jande made Fire, Nu'rem made Earth, Tal made Air, and, Di'tal made Water.\"";
+ mes "\"The Mana was made into the 4 main elements by The Gods; Jande made Earth, Nu'rem made Air, Tal made Water, and, Di'tal made Fire.\"";
mes "\"It was Tal that gives us our first and last breathe.\"";
next;
mes "\"When we ask you how 'blows the wind?'\"";
@@ -94,6 +94,6 @@ L_NoHeal:
goto L_close;
L_close:
- mes "\"May Tal carry you on their back.\"";
+ mes "\"May Jande carry you on their back.\"";
close;
}