Commented out unused function clif_marriage_process.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13320 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
bde283ea3e
commit
7659437737
@ -3,6 +3,8 @@ Date Added
|
|||||||
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
||||||
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
|
2008/10/24
|
||||||
|
* Commented out unused function clif_marriage_process. [Paradox924X]
|
||||||
2008/10/21
|
2008/10/21
|
||||||
* Added a check to make sure a player wasn't in a guild when they accepted a guild invitation. [Paradox924X]
|
* Added a check to make sure a player wasn't in a guild when they accepted a guild invitation. [Paradox924X]
|
||||||
2008/10/18
|
2008/10/18
|
||||||
|
@ -6769,7 +6769,7 @@ void clif_callpartner(struct map_session_data *sd)
|
|||||||
|
|
||||||
/*==========================================
|
/*==========================================
|
||||||
* Marry [DracoRPG]
|
* Marry [DracoRPG]
|
||||||
*------------------------------------------*/
|
*------------------------------------------
|
||||||
void clif_marriage_process(struct map_session_data *sd)
|
void clif_marriage_process(struct map_session_data *sd)
|
||||||
{
|
{
|
||||||
int fd;
|
int fd;
|
||||||
@ -6780,6 +6780,7 @@ void clif_marriage_process(struct map_session_data *sd)
|
|||||||
WFIFOW(fd,0)=0x1e4;
|
WFIFOW(fd,0)=0x1e4;
|
||||||
WFIFOSET(fd,packet_len(0x1e4));
|
WFIFOSET(fd,packet_len(0x1e4));
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*==========================================
|
/*==========================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user