diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 13:49:25 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 13:49:25 +0000 |
commit | d942c883faa4e85ff2f08ed8236cb92ab3be369f (patch) | |
tree | 02cab627d6301a35866a7d3733862187d1dac920 /src/map/clif.h | |
parent | 8a915d93e6f38a99478464659a07a25198ba3053 (diff) | |
download | hercules-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/clif.h')
-rw-r--r-- | src/map/clif.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 7bf9eb682..9dc33db6d 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -307,7 +307,8 @@ int clif_resurrection(struct block_list *bl,int type); int clif_set0199(int fd,int type); int clif_pvpset(struct map_session_data *sd, int pvprank, int pvpnum,int type); int clif_send0199(int map,int type); -int clif_refine(int fd,struct map_session_data *sd,int fail,int index,int val); +void clif_refine(int fd, int fail, int index, int val); +void clif_upgrademessage(int fd, int result, int item_id); //petsystem int clif_catch_process(struct map_session_data *sd); |