summaryrefslogtreecommitdiff
path: root/src/map/skill.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-04-02 17:03:32 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-04-02 17:03:32 -0700
commita1c64eebe013bc5b7df72cce44aa85d66ead38e2 (patch)
tree1365911f49e2c87bcfcb5b2525f1c00a983ded26 /src/map/skill.hpp
parent331af48d176bbc0f9a15bc0620eceec903af6eb9 (diff)
downloadtmwa-a1c64eebe013bc5b7df72cce44aa85d66ead38e2.tar.gz
tmwa-a1c64eebe013bc5b7df72cce44aa85d66ead38e2.tar.bz2
tmwa-a1c64eebe013bc5b7df72cce44aa85d66ead38e2.tar.xz
tmwa-a1c64eebe013bc5b7df72cce44aa85d66ead38e2.zip
Fail sooner when the impossible things happen
Diffstat (limited to 'src/map/skill.hpp')
-rw-r--r--src/map/skill.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.hpp b/src/map/skill.hpp
index 10b6d89..a724781 100644
--- a/src/map/skill.hpp
+++ b/src/map/skill.hpp
@@ -86,7 +86,7 @@ int skill_status_change_start(struct block_list *bl, StatusChange type,
int val1,
interval_t tick);
int skill_status_change_active(struct block_list *bl, StatusChange type); // [fate]
-int skill_status_change_end(struct block_list *bl, StatusChange type, TimerData *tid);
+void skill_status_change_end(struct block_list *bl, StatusChange type, TimerData *tid);
int skill_status_change_clear(struct block_list *bl, int type);
// mobスキルのため