diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-05-03 10:38:34 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-05-03 10:38:34 -0400 |
commit | 0b59a1f20a529846555efed66bb5c3327dcbc05f (patch) | |
tree | 0deb829b52e8585f95fc3c79fad50590d451cac8 | |
parent | fdee17e7031ac5bd69b96006ac82c343536eb614 (diff) | |
download | clientdata-0b59a1f20a529846555efed66bb5c3327dcbc05f.tar.gz clientdata-0b59a1f20a529846555efed66bb5c3327dcbc05f.tar.bz2 clientdata-0b59a1f20a529846555efed66bb5c3327dcbc05f.tar.xz clientdata-0b59a1f20a529846555efed66bb5c3327dcbc05f.zip |
add npc 399 for crafting
-rw-r--r-- | npcs/_include.xml | 1 | ||||
-rw-r--r-- | npcs/npc399.xml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/npcs/_include.xml b/npcs/_include.xml index f5fff514..71ef2d29 100644 --- a/npcs/_include.xml +++ b/npcs/_include.xml @@ -198,6 +198,7 @@ <include name="npcs/npc396.xml"/> <include name="npcs/npc397.xml"/> <include name="npcs/npc398.xml"/> + <include name="npcs/npc399.xml"/> <include name="npcs/npc400.xml"/> <include name="npcs/npc401.xml"/> <include name="npcs/npc402.xml"/> diff --git a/npcs/npc399.xml b/npcs/npc399.xml new file mode 100644 index 00000000..14fca3bd --- /dev/null +++ b/npcs/npc399.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<npcs> + <npc id="399" hoverCursor="action"/> +</npcs> |