summaryrefslogtreecommitdiff
path: root/src/emap/script.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-10 00:40:56 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-10 00:40:56 -0300
commitcff6a8bbfc1fa385c34654d0342e4200c349dcd6 (patch)
tree774ad630deb75c41514c66da09d5d9ea56efcbb5 /src/emap/script.c
parenta483dd16b5489b535d9bed9e584c3fee44f0435a (diff)
downloadevol-hercules-cff6a8bbfc1fa385c34654d0342e4200c349dcd6.tar.gz
evol-hercules-cff6a8bbfc1fa385c34654d0342e4200c349dcd6.tar.bz2
evol-hercules-cff6a8bbfc1fa385c34654d0342e4200c349dcd6.tar.xz
evol-hercules-cff6a8bbfc1fa385c34654d0342e4200c349dcd6.zip
[skip ci] trying some gumi code
Diffstat (limited to 'src/emap/script.c')
-rw-r--r--src/emap/script.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emap/script.c b/src/emap/script.c
index 236461b..79c3bfe 100644
--- a/src/emap/script.c
+++ b/src/emap/script.c
@@ -88,6 +88,10 @@ void escript_hardcoded_constants_pre(void)
{
script->constdb_comment("Evol constants");
script->set_constant("MAX_SLOTS", MAX_SLOTS, false, false);
+ script->constdb_comment("guildposinfo types");
+ script->set_constant("GUILDPOSINFO_NAME", GUILDPOSINFO_NAME, false, false);
+ script->set_constant("GUILDPOSINFO_MODE", GUILDPOSINFO_MODE, false, false);
+ script->set_constant("GUILDPOSINFO_EXPTAX", GUILDPOSINFO_EXPTAX, false, false);
script->constdb_comment(NULL);
eskill_addskill_conststants();
}