diff options
-rw-r--r-- | npc/functions/marriage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/marriage.txt b/npc/functions/marriage.txt index 9422e5c6a..ba4706f25 100644 --- a/npc/functions/marriage.txt +++ b/npc/functions/marriage.txt @@ -179,7 +179,7 @@ function script domarriage { if (marriage(.@partner$)) { speech l("You got married to @@!", .@partner$); - mapannounce "009-1", l("@@ and @@ just got married!", .@name$, .@partner$), bc_map; + mapannounce getmap(), l("@@ and @@ just got married!", .@name$, .@partner$), bc_map; specialeffect 6; } else |