summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-14 18:15:24 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-14 18:15:24 +0000
commit8ff9db48cd5f38b532232b30c5ead723d09259cd (patch)
treedbf9c2230a7f5cef26959d36eec20f400e95b338 /src/map/clif.c
parent85fa4fdffd67908a487b957bc10aaecb4cf7ed7a (diff)
downloadhercules-8ff9db48cd5f38b532232b30c5ead723d09259cd.tar.gz
hercules-8ff9db48cd5f38b532232b30c5ead723d09259cd.tar.bz2
hercules-8ff9db48cd5f38b532232b30c5ead723d09259cd.tar.xz
hercules-8ff9db48cd5f38b532232b30c5ead723d09259cd.zip
- Added function skill_strip to handle stripping code. The RG strip skills and GS_DISARM use it now.
- Modified the strip-related status changes so they handle removing the equipped item instead of leaving it up to the skill-code. They return 0 when nothing could be stripped. - Cleaned some the MD_DETECTOR code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9499 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 751c3b788..8c39e22ad 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -6869,8 +6869,6 @@ int clif_guild_basicinfo(struct map_session_data *sd)
strncpy((char*)WFIFOP(fd,94),msg_txt(299),20);
WFIFOSET(fd,packet_len_table[WFIFOW(fd,0)]);
- // Found the appropriate packet field, testing for a trial period. [FlavioJS]
- //clif_guild_emblem(sd,g); // Guild emblem vanish fix [Valaris]
return 0;
}
@@ -11823,13 +11821,6 @@ int clif_parse(int fd) {
}
sd = (TBL_PC *)session[fd]->session_data;
-
- if (sd && sd->fd != fd)
- { //FIXME: Temporal debug until a certain mysterious crash is fixed.
- ShowError("Player's connection value is incorrect! %d != %d\n", sd->fd, fd);
- sd->fd = fd;
- }
-
if (session[fd]->eof) {
if (sd) {
if (sd->state.autotrade) {