diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-15 09:29:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-15 09:29:31 -0300 |
commit | 0ef89a7106f81e02426f2fb3d6499176098085df (patch) | |
tree | 29ab27c0da489c92322af7e0cace8e902051975a /npc/scripts.conf | |
parent | 6e9a11a712f320762f4eaeb206bf6aec03b64be7 (diff) | |
download | serverdata-0ef89a7106f81e02426f2fb3d6499176098085df.tar.gz serverdata-0ef89a7106f81e02426f2fb3d6499176098085df.tar.bz2 serverdata-0ef89a7106f81e02426f2fb3d6499176098085df.tar.xz serverdata-0ef89a7106f81e02426f2fb3d6499176098085df.zip |
Introduce the "Normal Member" and the "Treasurer" guild roles.
Only Normal Member and above can use the Guild Storage.
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 448596ddc..892e15718 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -41,6 +41,7 @@ "npc/functions/doors.txt", "npc/functions/event.txt", "npc/functions/fishing.txt", +"npc/functions/guild.txt", "npc/functions/hammocks.txt", "npc/functions/lockpicks.txt", "npc/functions/TODO.txt", |