From c33afc09ad4e62960bd6b18e81bc314c9ce51517 Mon Sep 17 00:00:00 2001 From: "Hercules.ws" Date: Tue, 4 Feb 2014 13:45:44 +0100 Subject: HPM Hooks Update Signed-off-by: HerculesWSAPI --- src/plugins/HPMHooking/HPMHooking.Hooks.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/plugins/HPMHooking/HPMHooking.Hooks.inc b/src/plugins/HPMHooking/HPMHooking.Hooks.inc index c3c6a492f..e2ed78729 100644 --- a/src/plugins/HPMHooking/HPMHooking.Hooks.inc +++ b/src/plugins/HPMHooking/HPMHooking.Hooks.inc @@ -10445,13 +10445,13 @@ void HP_clif_specialeffect_value(struct block_list *bl, int effect_id, int num, } return; } -void HP_clif_millenniumshield(struct map_session_data *sd, short shields) { +void HP_clif_millenniumshield(struct block_list *bl, short shields) { int hIndex = 0; if( HPMHooks.count.HP_clif_millenniumshield_pre ) { - void (*preHookFunc) (struct map_session_data *sd, short *shields); + void (*preHookFunc) (struct block_list *bl, short *shields); for(hIndex = 0; hIndex < HPMHooks.count.HP_clif_millenniumshield_pre; hIndex++ ) { preHookFunc = HPMHooks.list.HP_clif_millenniumshield_pre[hIndex].func; - preHookFunc(sd, &shields); + preHookFunc(bl, &shields); } if( *HPMforce_return ) { *HPMforce_return = false; @@ -10459,13 +10459,13 @@ void HP_clif_millenniumshield(struct map_session_data *sd, short shields) { } } { - HPMHooks.source.clif.millenniumshield(sd, shields); + HPMHooks.source.clif.millenniumshield(bl, shields); } if( HPMHooks.count.HP_clif_millenniumshield_post ) { - void (*postHookFunc) (struct map_session_data *sd, short *shields); + void (*postHookFunc) (struct block_list *bl, short *shields); for(hIndex = 0; hIndex < HPMHooks.count.HP_clif_millenniumshield_post; hIndex++ ) { postHookFunc = HPMHooks.list.HP_clif_millenniumshield_post[hIndex].func; - postHookFunc(sd, &shields); + postHookFunc(bl, &shields); } } return; -- cgit v1.2.3-70-g09d2 From 332fd6b8b0bef37ed1586a2923e02ee58fa5d249 Mon Sep 17 00:00:00 2001 From: Streusel Date: Tue, 4 Feb 2014 14:43:32 -0800 Subject: Update AUTHORS Thanks to KeyWorld, also able find several instances of orn. https://github.com/HerculesWS/Hercules/search?q=orn&source=c --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index b85402c7e..24f92e799 100644 --- a/AUTHORS +++ b/AUTHORS @@ -178,6 +178,7 @@ non npc nsstrunks nyankochan +orn p Paradox924X Peter Kieser -- cgit v1.2.3-70-g09d2 From a056adb42babe2373e548919855812f6838feddb Mon Sep 17 00:00:00 2001 From: Streusel Date: Tue, 4 Feb 2014 20:50:18 -0800 Subject: Update AUTHORS Added some additional missing authors. Mentioned by AnniRuru. --- AUTHORS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index 24f92e799..163c2610d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -203,6 +203,7 @@ Sel shadow shadoweathena shadowlady +shazeya Shinigami shinomori Shinryo @@ -228,8 +229,10 @@ Tharis Theia theultramage tk44 +ToastOfDoom toms Toshi^2 +Trancid Trojal Tsuyuki V&S @@ -240,6 +243,7 @@ whitedog Wizputer Wolf Xgear +Yhn Yommy Yor Yuuki -- cgit v1.2.3-70-g09d2