diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-13 14:14:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-13 14:14:53 -0300 |
commit | e4fb06529d6f26eef45930094607324504d8c836 (patch) | |
tree | 297fd005eb37613ead9ddedad7ae4ebacd9bf369 /npc/scripts.conf | |
parent | aceef3c0250ec65ca4d616500a8b202ca7a573dc (diff) | |
download | serverdata-e4fb06529d6f26eef45930094607324504d8c836.tar.gz serverdata-e4fb06529d6f26eef45930094607324504d8c836.tar.bz2 serverdata-e4fb06529d6f26eef45930094607324504d8c836.tar.xz serverdata-e4fb06529d6f26eef45930094607324504d8c836.zip |
This should simplify pet_detective logic
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 4fbe83ec1..5f3ce9e70 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -44,6 +44,7 @@ "npc/functions/npcmove.txt", "npc/functions/npcmovegraph.txt", "npc/functions/nurse.txt", +"npc/functions/petsales.txt", "npc/functions/questgen.txt", "npc/functions/refine.txt", "npc/functions/riddle.txt", |