diff options
author | WildX <wildx@evolonline.org> | 2020-10-25 12:00:11 +0000 |
---|---|---|
committer | WildX <wildx@evolonline.org> | 2020-10-28 11:04:46 +0000 |
commit | ea8f458aa8ee044b40fd3552d79e12b45be30538 (patch) | |
tree | 68ae864d4fc9de86d28cb83164276a24e49f88e8 | |
parent | 8b99b84807b62bbf56b752dce8ef09f282c2440d (diff) | |
download | serverdata-dialogues1.tar.gz serverdata-dialogues1.tar.bz2 serverdata-dialogues1.tar.xz serverdata-dialogues1.zip |
Fix missing setqdialogues1
-rw-r--r-- | npc/001-1/sophialla.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/001-1/sophialla.txt b/npc/001-1/sophialla.txt index 9a1dbffa..35b81ac9 100644 --- a/npc/001-1/sophialla.txt +++ b/npc/001-1/sophialla.txt @@ -93,12 +93,14 @@ OnLegionComplete: l("Yes, they did help you. But do you know why? Of course not, you don't even know who you are!"), l("I heard about your story. I think I may know something about your past, but if I am right you will find out on your own soon."), l("Go to Argaes with this new expedition. In the end, you will either turn out a mindless follower of the Legion or you will see the truth."); + setq General_Brotherhood, 1; break; case 2: speech l("I suspect they had a reason for this. I can't tell for sure, but I have an idea."), l("I heard about your story. I think I may know something about your past, but you will need to find out from the Brotherhood themselves."), l("Go to Argaes with this new expedition. In the end, you will either see the truth or turn out a mindless follower of the Legion."); + setq General_Brotherhood, 1; break; } return; |