diff options
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/_include.xml | 1 | ||||
-rw-r--r-- | npcs/npc441.xml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/npcs/_include.xml b/npcs/_include.xml index b53eba12..78be1ba9 100644 --- a/npcs/_include.xml +++ b/npcs/_include.xml @@ -233,4 +233,5 @@ <include name="npcs/npc429.xml"/> <include name="npcs/npc430.xml"/> <include name="npcs/npc431.xml"/> + <include name="npcs/npc441.xml"/> </npcs> diff --git a/npcs/npc441.xml b/npcs/npc441.xml new file mode 100644 index 00000000..74b4ea84 --- /dev/null +++ b/npcs/npc441.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="441"> + <sprite>npcs/elli.xml</sprite> + </npc> +</npcs> |