diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2018-05-05 13:35:53 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2018-05-05 13:35:53 +0800 |
commit | 352bff6a1d1d282b09f521703ab102699029a0b8 (patch) | |
tree | 98f0415eebd9bc87b72336647c4d28e24a5e146a | |
parent | d6785d389cbee4f34078f6762626ca61b2d6cc25 (diff) | |
download | hercules-352bff6a1d1d282b09f521703ab102699029a0b8.tar.gz hercules-352bff6a1d1d282b09f521703ab102699029a0b8.tar.bz2 hercules-352bff6a1d1d282b09f521703ab102699029a0b8.tar.xz hercules-352bff6a1d1d282b09f521703ab102699029a0b8.zip |
Fix some wrong messages in clans.txt
-rw-r--r-- | npc/re/other/clans.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/re/other/clans.txt b/npc/re/other/clans.txt index 1260cdcd1..f411b149d 100644 --- a/npc/re/other/clans.txt +++ b/npc/re/other/clans.txt @@ -193,7 +193,7 @@ prt_in,37,114,4 script Berman Aire 4_M_BIRMAN,{ next(); switch (select("Introducing Clan", "Join.", "Leave.")) { case 1: - switch (select("Clans are", "About the Crossbow Clan", "Cancel.")) { + switch (select("Clans are", "About the Golden Mace Clan", "Cancel.")) { case 1: mes("[Berman Aire]"); mes("The ^3131FFClans^000000 are established by the Kingdom to help adventurers connect and share information."); @@ -323,7 +323,7 @@ prt_in,35,114,4 script Debon Aire 4_M_DEBON,{ next(); switch (select("Introducing Clan", "Join.", "Leave.")) { case 1: - switch (select("Clans are::About the Crossbow Clan:Cancel.")) { + switch (select("Clans are", "About the Arc Wand Clan", "Cancel.")) { case 1: mes("[Debon Aire]"); mes("The ^3131FFClans^000000 are ran by the Kingdom, not privately like others."); @@ -463,7 +463,7 @@ prt_in,33,114,4 script Laperm Oranpere 4_F_LAPERM,{ next(); switch (select("Introducing Clan", "Join.", "Leave.")) { case 1: - switch (select("Clans are", "About the Crossbow Clan", "Cancel.")) { + switch (select("Clans are", "About the Sword Clan", "Cancel.")) { case 1: mes("[Laperm Oranpere]"); mes("The ^3131FFClans^000000 are a type of guild ran by the Kingdom."); |