summaryrefslogtreecommitdiff
path: root/npc/functions/marriage.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-08 18:07:09 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-08 18:07:09 -0200
commit567acc600a13dfcb24ee6ffa18a60335721b6426 (patch)
tree0d7a1bf3cb5aa785f587efdc90dd1407fe96c2dd /npc/functions/marriage.txt
parent14e92dcbd4de55fac12435da4a5df34064465458 (diff)
downloadserverdata-567acc600a13dfcb24ee6ffa18a60335721b6426.tar.gz
serverdata-567acc600a13dfcb24ee6ffa18a60335721b6426.tar.bz2
serverdata-567acc600a13dfcb24ee6ffa18a60335721b6426.tar.xz
serverdata-567acc600a13dfcb24ee6ffa18a60335721b6426.zip
getmap() on marriage
Diffstat (limited to 'npc/functions/marriage.txt')
-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 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