diff options
-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> |