diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-03-07 21:25:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-03-07 21:25:26 -0300 |
commit | 21dc324fe9515d21dc48eafa7a6c6ce970b98c8a (patch) | |
tree | c2b590b4f50cc0802378196bac0670b3f6e7edec /npcs | |
parent | 802291db1be7b98914ee80e2c46085e0ea336241 (diff) | |
download | clientdata-21dc324fe9515d21dc48eafa7a6c6ce970b98c8a.tar.gz clientdata-21dc324fe9515d21dc48eafa7a6c6ce970b98c8a.tar.bz2 clientdata-21dc324fe9515d21dc48eafa7a6c6ce970b98c8a.tar.xz clientdata-21dc324fe9515d21dc48eafa7a6c6ce970b98c8a.zip |
OMG Hocus will get mad at me if I forget this D:
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> |