summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2013-11-25 22:40:42 +0100
committerHerculesWSAPI <Hercules@efficiently.awesome>2013-11-25 22:40:42 +0100
commitac3f0ae6620dd4d4b7eeecd23ca498a8af12f145 (patch)
tree5b8abec96007e99eafd0043d7ccb66c20d98000b /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
parente1716177b5e1525c572a6f5e5d51a7f3f56b2a17 (diff)
downloadhercules-ac3f0ae6620dd4d4b7eeecd23ca498a8af12f145.tar.gz
hercules-ac3f0ae6620dd4d4b7eeecd23ca498a8af12f145.tar.bz2
hercules-ac3f0ae6620dd4d4b7eeecd23ca498a8af12f145.tar.xz
hercules-ac3f0ae6620dd4d4b7eeecd23ca498a8af12f145.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
index 42a881a49..1f64a5057 100644
--- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
@@ -495,8 +495,6 @@ struct {
struct HPMHookPoint *HP_clif_refreshlook_post;
struct HPMHookPoint *HP_clif_class_change_pre;
struct HPMHookPoint *HP_clif_class_change_post;
- struct HPMHookPoint *HP_clif_skill_setunit_pre;
- struct HPMHookPoint *HP_clif_skill_setunit_post;
struct HPMHookPoint *HP_clif_skill_delunit_pre;
struct HPMHookPoint *HP_clif_skill_delunit_post;
struct HPMHookPoint *HP_clif_skillunit_update_pre;
@@ -523,6 +521,8 @@ struct {
struct HPMHookPoint *HP_clif_clearchar_skillunit_post;
struct HPMHookPoint *HP_clif_getareachar_pre;
struct HPMHookPoint *HP_clif_getareachar_post;
+ struct HPMHookPoint *HP_clif_graffiti_entry_pre;
+ struct HPMHookPoint *HP_clif_graffiti_entry_post;
struct HPMHookPoint *HP_clif_spawn_pre;
struct HPMHookPoint *HP_clif_spawn_post;
struct HPMHookPoint *HP_clif_changemap_pre;
@@ -5456,8 +5456,6 @@ struct {
int HP_clif_refreshlook_post;
int HP_clif_class_change_pre;
int HP_clif_class_change_post;
- int HP_clif_skill_setunit_pre;
- int HP_clif_skill_setunit_post;
int HP_clif_skill_delunit_pre;
int HP_clif_skill_delunit_post;
int HP_clif_skillunit_update_pre;
@@ -5484,6 +5482,8 @@ struct {
int HP_clif_clearchar_skillunit_post;
int HP_clif_getareachar_pre;
int HP_clif_getareachar_post;
+ int HP_clif_graffiti_entry_pre;
+ int HP_clif_graffiti_entry_post;
int HP_clif_spawn_pre;
int HP_clif_spawn_post;
int HP_clif_changemap_pre;