diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/_import.txt | 3 | ||||
-rw-r--r-- | npc/scripts.conf | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/000-1/_import.txt b/npc/000-1/_import.txt index e63c2d68..d8b30a37 100644 --- a/npc/000-1/_import.txt +++ b/npc/000-1/_import.txt @@ -7,4 +7,5 @@ npc: npc/000-1/mickael.txt npc: npc/000-1/muller.txt npc: npc/000-1/astapolos.txt npc: npc/000-1/max.txt -npc: npc/000-1/sapartan.txt
\ No newline at end of file +npc: npc/000-1/sapartan.txt +npc: npc/000-1/tarlan.txt
\ No newline at end of file diff --git a/npc/scripts.conf b/npc/scripts.conf index 41b02269..b637a43c 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -5,6 +5,7 @@ import: npc/_import.txt // Item Functions npc: npc/items/PoisonedWater.txt +npc: npc/items/PoisonedBlobime.txt // Script Functions npc: npc/functions/clientversion.txt |