diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-14 22:57:13 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-14 22:57:13 -0200 |
commit | fc5bf128118430bb844aa23007304a7d30b96178 (patch) | |
tree | b1fa8cf2fa0d10945e4fb1b500aaaee6bcbcd5ee | |
parent | 2506e83c7e1a6275443a9e9b3ed123356a1a6903 (diff) | |
download | serverdata-fc5bf128118430bb844aa23007304a7d30b96178.tar.gz serverdata-fc5bf128118430bb844aa23007304a7d30b96178.tar.bz2 serverdata-fc5bf128118430bb844aa23007304a7d30b96178.tar.xz serverdata-fc5bf128118430bb844aa23007304a7d30b96178.zip |
Rank up scripts load preference. Rebuild 000-* map cache.
-rw-r--r-- | maps/re/000-0-0.mcache | bin | 60 -> 61 bytes | |||
-rw-r--r-- | maps/re/000-0.mcache | bin | 60 -> 60 bytes | |||
-rw-r--r-- | npc/scripts.conf | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/maps/re/000-0-0.mcache b/maps/re/000-0-0.mcache Binary files differindex 4108ae0e5..b537abe9a 100644 --- a/maps/re/000-0-0.mcache +++ b/maps/re/000-0-0.mcache diff --git a/maps/re/000-0.mcache b/maps/re/000-0.mcache Binary files differindex f46439fa6..e78c3b81d 100644 --- a/maps/re/000-0.mcache +++ b/maps/re/000-0.mcache diff --git a/npc/scripts.conf b/npc/scripts.conf index 742c50e5b..874d942a7 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -12,6 +12,7 @@ "npc/functions/string.txt", "npc/functions/time.txt", "npc/functions/timer.txt", +"npc/commands/event.txt", "npc/functions/seasons.txt", "npc/functions/weather.txt", @@ -70,7 +71,6 @@ "npc/commands/debug-skill.txt", "npc/commands/debug.txt", "npc/commands/discord.txt", -"npc/commands/event.txt", "npc/commands/ipcheck.txt", "npc/commands/kami.txt", "npc/commands/language.txt", |