diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-06-09 07:54:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-06-16 05:10:55 +0300 |
commit | b259c7f34f677ba28e204c21d634ae24fa2b37f5 (patch) | |
tree | 9742e90f6185f463766be490561784ef8b4e5931 /npc | |
parent | 4632f938b260492d4dae995b87f52af0deb7663b (diff) | |
download | hercules-b259c7f34f677ba28e204c21d634ae24fa2b37f5.tar.gz hercules-b259c7f34f677ba28e204c21d634ae24fa2b37f5.tar.bz2 hercules-b259c7f34f677ba28e204c21d634ae24fa2b37f5.tar.xz hercules-b259c7f34f677ba28e204c21d634ae24fa2b37f5.zip |
Disable npc/events/halloween_2008.txt in other way for avoid auto uncommenting
Diffstat (limited to 'npc')
-rw-r--r-- | npc/scripts.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 086370899..c5dd2b54b 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -120,7 +120,8 @@ "npc/events/god_se_festival.txt", // - Official Halloween Events (iRO) //"npc/events/halloween_2006.txt", -//"npc/events/halloween_2008.txt", +// missing map +// "npc/events/halloween_2008.txt", //"npc/events/halloween_2009.txt", // - Official idRO Idul Fitri Event //"npc/events/idul_fitri.txt", |