summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-11-28 03:15:45 +0300
committerAndrei Karas <akaras@inbox.ru>2019-12-12 09:07:30 +0300
commit79f7a2274092f892ec183ed11cc16609c3a2f180 (patch)
treef637d2ca017b63b45a7c359b582c2cff09aefe49 /src/map/clif.h
parent63e8f6ec65d9b2a04d03684b2e02afd3b7719ef8 (diff)
downloadhercules-79f7a2274092f892ec183ed11cc16609c3a2f180.tar.gz
hercules-79f7a2274092f892ec183ed11cc16609c3a2f180.tar.bz2
hercules-79f7a2274092f892ec183ed11cc16609c3a2f180.tar.xz
hercules-79f7a2274092f892ec183ed11cc16609c3a2f180.zip
Add new version for packet ZC_NOTIFY_EFFECT3 and convert to structure
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 27f1060ff..498cbc046 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1030,7 +1030,7 @@ struct clif_interface {
void (*weather) (int16 m);
void (*specialeffect) (struct block_list* bl, int type, enum send_target target);
void (*specialeffect_single) (struct block_list* bl, int type, int fd);
- void (*specialeffect_value) (struct block_list* bl, int effect_id, int num, send_target target);
+ void (*specialeffect_value) (struct block_list* bl, int effect_id, uint64 num, send_target target);
void (*removeSpecialEffect) (struct block_list *bl, int effectId, enum send_target target);
void (*removeSpecialEffect_single) (struct block_list *bl, int effectId, struct block_list *targetBl);
void (*millenniumshield) (struct block_list *bl, short shields );