diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-30 15:35:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-30 15:35:20 -0300 |
commit | 49a396f91e0978851c648cfeff90334c53faee41 (patch) | |
tree | a1f02dcd6231b3726f0ca3712dffea27777345a1 /npc/scripts.conf | |
parent | 784326d8574b76eb325ebec37a9f2efb5fddcc49 (diff) | |
download | serverdata-49a396f91e0978851c648cfeff90334c53faee41.tar.gz serverdata-49a396f91e0978851c648cfeff90334c53faee41.tar.bz2 serverdata-49a396f91e0978851c648cfeff90334c53faee41.tar.xz serverdata-49a396f91e0978851c648cfeff90334c53faee41.zip |
Revert a regression: Forgetful NPCs work again.
And with new rules. And I excluded Destructive magic from the NPCs.
Diffstat (limited to 'npc/scripts.conf')
-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 732a3626a..89265b69f 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -123,13 +123,14 @@ "npc/magic/abizit.txt", "npc/magic/demure.txt", "npc/magic/dragokin.txt", +"npc/magic/forget.txt", "npc/magic/guild.txt", "npc/magic/mpregen.txt", -"npc/magic/transmigration.txt", "npc/magic/parum.txt", "npc/magic/plantkingdom.txt", "npc/magic/revive.txt", "npc/magic/study.txt", +"npc/magic/transmigration.txt", // These are to be proccessed later "npc/functions/estate2.txt", |