diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-04 11:39:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-04 11:39:55 -0300 |
commit | c5c931734ca1b61dc0aae16bc8a35f1ec2f9b144 (patch) | |
tree | e3688c1d9ba1f03448f778fb3f793387485d6265 /world/map | |
parent | eb1b3dc8db15c4d13af22c236da67c75fdae6511 (diff) | |
download | serverdata-c5c931734ca1b61dc0aae16bc8a35f1ec2f9b144.tar.gz serverdata-c5c931734ca1b61dc0aae16bc8a35f1ec2f9b144.tar.bz2 serverdata-c5c931734ca1b61dc0aae16bc8a35f1ec2f9b144.tar.xz serverdata-c5c931734ca1b61dc0aae16bc8a35f1ec2f9b144.zip |
Meluna became inconsistent with Doomsday Events.
Retcon Meluna - she is minor and nobody noticed it 'til today.
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/006-2/npcs.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/006-2/npcs.txt b/world/map/npc/006-2/npcs.txt index cb44a066..1938503c 100644 --- a/world/map/npc/006-2/npcs.txt +++ b/world/map/npc/006-2/npcs.txt @@ -77,7 +77,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 Wind, Tal made Fire, and, Di'tal made Water.\""; mes "\"It was Tal that gives us our first and last breathe.\""; next; mes "\"When we ask you how 'blows the wind?'\""; @@ -98,6 +98,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; } |