summaryrefslogtreecommitdiff
path: root/npc/other
diff options
context:
space:
mode:
Diffstat (limited to 'npc/other')
-rw-r--r--npc/other/wedding.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/wedding.txt b/npc/other/wedding.txt
index 78bbbc1d8..20f760850 100644
--- a/npc/other/wedding.txt
+++ b/npc/other/wedding.txt
@@ -251,7 +251,7 @@ L_DisableSameSex:
mes "Same-Sex Weddings are disabled now!";
close;
L_ResetVariables:
- set $@progress,0;
+ set $progress,0;
set $groom$,"null";
set $bride$,"null";
set $name$,"null";
@@ -708,4 +708,4 @@ areaannounce "prt_church.gat",0,0,350,350,"The wedding has been cancelled.",0;
set @register,0;
set event_wedding,0;
set @get_ring,0;
-} \ No newline at end of file
+}