summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 13:49:25 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 13:49:25 +0000
commitd942c883faa4e85ff2f08ed8236cb92ab3be369f (patch)
tree02cab627d6301a35866a7d3733862187d1dac920 /src/map/atcommand.c
parent8a915d93e6f38a99478464659a07a25198ba3053 (diff)
downloadhercules-d942c883faa4e85ff2f08ed8236cb92ab3be369f.tar.gz
hercules-d942c883faa4e85ff2f08ed8236cb92ab3be369f.tar.bz2
hercules-d942c883faa4e85ff2f08ed8236cb92ab3be369f.tar.xz
hercules-d942c883faa4e85ff2f08ed8236cb92ab3be369f.zip
- Corrected the structure and added info on the skill fail packet (0x110).
- Added packet 0x223 as clif_upgrademessage (not used yet). - More work on Ticket #41. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10013 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 5ec3c1f1b..72664aa1c 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -3717,7 +3717,7 @@ int atcommand_refine(const int fd, struct map_session_data* sd, const char* comm
sd->status.inventory[i].refine = final_refine;
current_position = sd->status.inventory[i].equip;
pc_unequipitem(sd, i, 3);
- clif_refine(fd, sd, 0, i, sd->status.inventory[i].refine);
+ clif_refine(fd, 0, i, sd->status.inventory[i].refine);
clif_delitem(sd, i, 1);
clif_additem(sd, i, 1, 0);
pc_equipitem(sd, i, current_position);