diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-22 14:54:29 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-22 14:54:29 +0000 |
commit | f43789777a8348f61f6802ed3edca8333e20eea3 (patch) | |
tree | 0c3671fa9cdc160bf79d7bd0aae28e5419af5855 /src/map/atcommand.c | |
parent | 7740a68642e66bb59368042d109262332d849298 (diff) | |
download | hercules-f43789777a8348f61f6802ed3edca8333e20eea3.tar.gz hercules-f43789777a8348f61f6802ed3edca8333e20eea3.tar.bz2 hercules-f43789777a8348f61f6802ed3edca8333e20eea3.tar.xz hercules-f43789777a8348f61f6802ed3edca8333e20eea3.zip |
- updated (more or less) the sql-files/item_db2.sql file.
- Some insignificant cleanups.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8429 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 4e372d633..28b096a0f 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -9505,9 +9505,7 @@ atcommand_charkillableid( clif_displaymessage(fd, msg_txt(290));
}
else
- {
clif_displaymessage(fd,msg_txt(3));
- }
//printf("Session_id = %d, cid = %d\n",session_id,cid);
return 0;
}
@@ -9546,9 +9544,7 @@ atcommand_charkillableid2( clif_displaymessage(fd, msg_txt(290));
}
else
- {
clif_displaymessage(fd,msg_txt(3));
- }
//printf("Session_id = %d, aid = %d\n",session_id,aid);
return 0;
}
|