diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-26 10:47:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-26 10:47:24 -0300 |
commit | 7f2a6fe7c7ae7d622ff17f3581f2d01e15e4987a (patch) | |
tree | 2a4e2bedad12cab634f6e5f97628dc5130f4f629 /npc/scripts.conf | |
parent | 0baaf2674734e59ddaf27c326a6bdf07d34896eb (diff) | |
download | serverdata-7f2a6fe7c7ae7d622ff17f3581f2d01e15e4987a.tar.gz serverdata-7f2a6fe7c7ae7d622ff17f3581f2d01e15e4987a.tar.bz2 serverdata-7f2a6fe7c7ae7d622ff17f3581f2d01e15e4987a.tar.xz serverdata-7f2a6fe7c7ae7d622ff17f3581f2d01e15e4987a.zip |
Fix pipeline bug before it happens (but it'll still happen?)
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 864adfe9a..e02e97f6c 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -30,8 +30,8 @@ "npc/items/rand_sc_heal.txt", "npc/items/legacy_heal.txt", "npc/items/inc_sc_bonus.txt", -"npc/commands/event.txt", "npc/commands/kami.txt", +"npc/commands/event.txt", // config script "npc/config/hairstyle_config.txt", |