summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-01-15 10:40:18 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-01-15 10:40:18 +0000
commit55c32e60060d55f9c720109ec350942a5a2e0c9d (patch)
tree7a51e90aefc93d145e183ca1eee340e6c181b53b /src/map/atcommand.c
parent7d9ed18f509b8929c31f06872d2f148cabe957cb (diff)
downloadhercules-55c32e60060d55f9c720109ec350942a5a2e0c9d.tar.gz
hercules-55c32e60060d55f9c720109ec350942a5a2e0c9d.tar.bz2
hercules-55c32e60060d55f9c720109ec350942a5a2e0c9d.tar.xz
hercules-55c32e60060d55f9c720109ec350942a5a2e0c9d.zip
* Fixed change cart packet doesn't check for skill.
* Added new packets for Plagiarism. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14218 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index d0910265b..ceb8ddb42 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -3705,7 +3705,7 @@ int atcommand_lostskill(const int fd, struct map_session_data* sd, const char* c
sd->status.skill[skill_id].lv = 0;
sd->status.skill[skill_id].flag = 0;
- clif_skillinfoblock(sd);
+ clif_deleteskill(sd,skill_id);
clif_displaymessage(fd, msg_txt(71)); // You have forgotten the skill.
return 0;