summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-24 18:38:59 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-24 18:38:59 +0000
commit7dac36b1e8a4d645f8d08b9a52e7e7fdc22d5d12 (patch)
tree3c47d90d4f4aa663f3710b3998b10350e53b5fc6 /src/map/clif.c
parent1afe3ef44d2e7f40b8cdd7af6d83c4841e4939e2 (diff)
downloadhercules-7dac36b1e8a4d645f8d08b9a52e7e7fdc22d5d12.tar.gz
hercules-7dac36b1e8a4d645f8d08b9a52e7e7fdc22d5d12.tar.bz2
hercules-7dac36b1e8a4d645f8d08b9a52e7e7fdc22d5d12.tar.xz
hercules-7dac36b1e8a4d645f8d08b9a52e7e7fdc22d5d12.zip
Commented out unused function clif_marriage_process.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13320 54d463be-8e91-2dee-dedb-b68131a5f0ec
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));
}
+*/
/*==========================================