diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-07 23:18:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-07 23:18:09 -0300 |
commit | ec99d2b3b41046ae0ddb7de1db6ac9702d13ffbd (patch) | |
tree | 97f7411fc92e0f30a8f70044ddfe052dfb2a2ef9 /npc/scripts.conf | |
parent | 76114bfb1b5c966121d506a62317fb130a9872d9 (diff) | |
download | serverdata-ec99d2b3b41046ae0ddb7de1db6ac9702d13ffbd.tar.gz serverdata-ec99d2b3b41046ae0ddb7de1db6ac9702d13ffbd.tar.bz2 serverdata-ec99d2b3b41046ae0ddb7de1db6ac9702d13ffbd.tar.xz serverdata-ec99d2b3b41046ae0ddb7de1db6ac9702d13ffbd.zip |
Split Estate Functions in half. One will take primary functions.
The later one will take auxiliar functions (dialog helpers)
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index ab3194008..db4c0ca55 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -127,6 +127,7 @@ "npc/magic/zarkor.txt", // These are to be proccessed later +"npc/functions/estate2.txt", "npc/functions/hub.txt", "npc/functions/gmbot.txt", "npc/functions/instances.txt", |