summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/marriage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/marriage.txt b/npc/functions/marriage.txt
index a8be00493..ad465052b 100644
--- a/npc/functions/marriage.txt
+++ b/npc/functions/marriage.txt
@@ -223,7 +223,7 @@ function script marriagemarry {
}
speech l("What can I do for you?");
- tutmes l("Marriage unlocks %s powers. The ring is sold in Tulimshar. It also lifts some very few item trade restrictions.", getitemlink(WeddingRing));
+ tutmes l("Marriage unlocks %s powers. The ring is sold in Tulimshar.", getitemlink(WeddingRing));
switch (select(l("I want to register for marriage."),
l("Nothing")))
{