summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 94af1ad01..ffc447b95 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -6769,7 +6769,7 @@ void clif_callpartner(struct map_session_data *sd)
/*==========================================
* Marry [DracoRPG]
- *------------------------------------------*/
+ *------------------------------------------
void clif_marriage_process(struct map_session_data *sd)
{
int fd;
@@ -6780,6 +6780,7 @@ void clif_marriage_process(struct map_session_data *sd)
WFIFOW(fd,0)=0x1e4;
WFIFOSET(fd,packet_len(0x1e4));
}
+*/
/*==========================================