diff options
author | Haru <haru@dotalux.com> | 2018-05-07 00:00:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-07 00:00:46 +0200 |
commit | 0903ea0b82614d127672b0c5ab3d8ca8049e0d87 (patch) | |
tree | 196cf804fdc54e40b70c5040e906d6678d458ec1 /npc/re/other/clans.txt | |
parent | 5ca9938288f59fc3f1fd0f7ee26e6070f9767345 (diff) | |
parent | 352bff6a1d1d282b09f521703ab102699029a0b8 (diff) | |
download | hercules-0903ea0b82614d127672b0c5ab3d8ca8049e0d87.tar.gz hercules-0903ea0b82614d127672b0c5ab3d8ca8049e0d87.tar.bz2 hercules-0903ea0b82614d127672b0c5ab3d8ca8049e0d87.tar.xz hercules-0903ea0b82614d127672b0c5ab3d8ca8049e0d87.zip |
Merge pull request #2032 from Jedzkie/ClanNPCFix
Clan npc message fix
Diffstat (limited to 'npc/re/other/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."); |