diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-07-10 22:23:00 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-07-10 22:23:00 +0100 |
commit | 6b7e21971de41ad3127693c62386a1fdda6b193f (patch) | |
tree | 12e03da3ff1470ad6361040b31b3c1cabac88400 /npc/scripts.conf | |
parent | ca43eb1e22ad9ffffe972ebc581b41be000e3cee (diff) | |
download | serverdata-beta3.0.1.tar.gz serverdata-beta3.0.1.tar.bz2 serverdata-beta3.0.1.tar.xz serverdata-beta3.0.1.zip |
Correct bug with the asleep function.beta3.0.1
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 5404a413..6d4644ff 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -8,6 +8,7 @@ npc: npc/items/croconut.txt npc: npc/items/oldbook.txt // Script functions +npc: npc/functions/asleep.txt npc: npc/functions/clientversion.txt npc: npc/functions/inventoryplace.txt npc: npc/functions/goodbye.txt |