voided out clif_blown as per Valaris' instruction.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13263 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
5094741787
commit
f17bc9ba3e
@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
|
|||||||
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/06
|
2008/10/06
|
||||||
|
* Rev. 13263 voided out clif_blown as per Valaris' instruction. [L0ne_W0lf]
|
||||||
* Rev. 13262 SC_WEIGHT50 and 90 are no longer removed on death. (bugreport:2316) [L0ne_W0lf]
|
* Rev. 13262 SC_WEIGHT50 and 90 are no longer removed on death. (bugreport:2316) [L0ne_W0lf]
|
||||||
2008/10/04
|
2008/10/04
|
||||||
* Delete ST_LOGIN auth in chrif_disconnectplayer (followup to r13256, bugreport:2292) [FlavioJS]
|
* Delete ST_LOGIN auth in chrif_disconnectplayer (followup to r13256, bugreport:2292) [FlavioJS]
|
||||||
|
@ -1325,11 +1325,11 @@ void clif_changemapserver(struct map_session_data* sd, unsigned short map_index,
|
|||||||
WFIFOSET(fd,packet_len(0x92));
|
WFIFOSET(fd,packet_len(0x92));
|
||||||
}
|
}
|
||||||
|
|
||||||
int clif_blown(struct block_list *bl)
|
void clif_blown(struct block_list *bl)
|
||||||
{
|
{
|
||||||
//Aegis packets says fixpos, but it's unsure whether slide works better or not.
|
//Aegis packets says fixpos, but it's unsure whether slide works better or not.
|
||||||
// return clif_fixpos(bl);
|
// return clif_fixpos(bl);
|
||||||
return clif_slide(bl, bl->x, bl->y);
|
clif_slide(bl, bl->x, bl->y);
|
||||||
}
|
}
|
||||||
/*==========================================
|
/*==========================================
|
||||||
*
|
*
|
||||||
|
@ -118,7 +118,7 @@ int clif_walkok(struct map_session_data*); // self
|
|||||||
void clif_move(struct unit_data *ud); //area
|
void clif_move(struct unit_data *ud); //area
|
||||||
void clif_changemap(struct map_session_data*,short,int,int); //self
|
void clif_changemap(struct map_session_data*,short,int,int); //self
|
||||||
void clif_changemapserver(struct map_session_data* sd, unsigned short map_index, int x, int y, uint32 ip, uint16 port); //self
|
void clif_changemapserver(struct map_session_data* sd, unsigned short map_index, int x, int y, uint32 ip, uint16 port); //self
|
||||||
int clif_blown(struct block_list *); // area
|
void clif_blown(struct block_list *); // area
|
||||||
void clif_slide(struct block_list *,int,int); // area
|
void clif_slide(struct block_list *,int,int); // area
|
||||||
void clif_fixpos(struct block_list *); // area
|
void clif_fixpos(struct block_list *); // area
|
||||||
int clif_npcbuysell(struct map_session_data*,int); //self
|
int clif_npcbuysell(struct map_session_data*,int); //self
|
||||||
|
Loading…
x
Reference in New Issue
Block a user