diff options
author | Reid <reidyaro@gmail.com> | 2016-10-08 00:50:11 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-10-08 00:50:11 +0200 |
commit | 4c4d4c453b50f69e9b0e1a7952589c9393746e6e (patch) | |
tree | 9c56b8a629effda738ccb5b2cb4029017f143244 | |
parent | 6cf63260f7917c1ad0fd0549f2e33e9ebb0f95b4 (diff) | |
download | clientdata-4c4d4c453b50f69e9b0e1a7952589c9393746e6e.tar.gz clientdata-4c4d4c453b50f69e9b0e1a7952589c9393746e6e.tar.bz2 clientdata-4c4d4c453b50f69e9b0e1a7952589c9393746e6e.tar.xz clientdata-4c4d4c453b50f69e9b0e1a7952589c9393746e6e.zip |
Add npc-skeleton as the npc ID 188.
-rw-r--r-- | npcs/_include.xml | 1 | ||||
-rw-r--r-- | npcs/npc188.xml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/npcs/_include.xml b/npcs/_include.xml index 71ef2d29..5e894f01 100644 --- a/npcs/_include.xml +++ b/npcs/_include.xml @@ -86,6 +86,7 @@ <include name="npcs/npc185.xml"/> <include name="npcs/npc186.xml"/> <include name="npcs/npc187.xml"/> + <include name="npcs/npc188.xml"/> <include name="npcs/npc189.xml"/> <include name="npcs/npc190.xml"/> <include name="npcs/npc191.xml"/> diff --git a/npcs/npc188.xml b/npcs/npc188.xml new file mode 100644 index 00000000..bc53a2d4 --- /dev/null +++ b/npcs/npc188.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="188"> + <sprite>npcs/npc-skeleton.xml</sprite> + </npc> +</npcs> |