From fb398fe6dcc8ba797e133df3db3dcdfa1df9042b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 1 Jul 2016 15:24:35 +0300 Subject: Add files for skill constants and ground skills handlers. For now add one ground skill EVOL_MASSPROVOKE. --- src/emap/skill_const.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/emap/skill_const.c (limited to 'src/emap/skill_const.c') diff --git a/src/emap/skill_const.c b/src/emap/skill_const.c new file mode 100644 index 0000000..30e6fde --- /dev/null +++ b/src/emap/skill_const.c @@ -0,0 +1,15 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 - 2015 Evol developers + +#include "common/hercules.h" + +#include "map/script.h" + +#include "emap/skill_const.h" + +void eskill_addskill_conststants(void) +{ + script->constdb_comment("Evol skills"); + script->set_constant("EVOL_MASSPROVOKE", EVOL_MASSPROVOKE, false, false); + script->constdb_comment(NULL); +} -- cgit v1.2.3-70-g09d2