summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-11-17 18:24:40 +0100
committerGitHub <noreply@github.com>2019-11-17 18:24:40 +0100
commit61e6b22b12cb66bd3bb6bc1268228ea7d5e2519b (patch)
tree701e305a0201a811d5dc9d1ecc1238978c1df4e8 /src/map
parentf91cbd5d1f9fc8492d64be8ef402b89e405c807c (diff)
parent50cc1af4e0bf61b0cc5bb3a1953696ca4370ffa3 (diff)
downloadhercules-61e6b22b12cb66bd3bb6bc1268228ea7d5e2519b.tar.gz
hercules-61e6b22b12cb66bd3bb6bc1268228ea7d5e2519b.tar.bz2
hercules-61e6b22b12cb66bd3bb6bc1268228ea7d5e2519b.tar.xz
hercules-61e6b22b12cb66bd3bb6bc1268228ea7d5e2519b.zip
Merge pull request #2571 from Asheraf/stylistbeforenpc
Make the stylist db load before the npcs
Diffstat (limited to 'src/map')
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 50ad9a5cd..8d60d1672 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -6701,13 +6701,13 @@ int do_init(int argc, char *argv[])
elemental->init(minimal);
quest->init(minimal);
achievement->init(minimal);
+ stylist->init(minimal);
npc->init(minimal);
unit->init(minimal);
bg->init(minimal);
duel->init(minimal);
vending->init(minimal);
rodex->init(minimal);
- stylist->init(minimal);
if (map->scriptcheck) {
bool failed = map->extra_scripts_count > 0 ? false : true;