diff options
author | Reid <reidyaro@gmail.com> | 2016-10-08 21:56:22 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-10-08 21:56:22 +0200 |
commit | 10d793b62035388f1deed2e80c03dd8d9c311900 (patch) | |
tree | eb2085487ddf94aa664143229cbfbf94fabd1d84 /npcs | |
parent | 4c4d4c453b50f69e9b0e1a7952589c9393746e6e (diff) | |
download | clientdata-10d793b62035388f1deed2e80c03dd8d9c311900.tar.gz clientdata-10d793b62035388f1deed2e80c03dd8d9c311900.tar.bz2 clientdata-10d793b62035388f1deed2e80c03dd8d9c311900.tar.xz clientdata-10d793b62035388f1deed2e80c03dd8d9c311900.zip |
Fix a typo on npc188.xml xml link.
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/npc188.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npcs/npc188.xml b/npcs/npc188.xml index bc53a2d4..9b8b1369 100644 --- a/npcs/npc188.xml +++ b/npcs/npc188.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <npcs> <npc id="188"> - <sprite>npcs/npc-skeleton.xml</sprite> + <sprite>npcs/npc-skeletons.xml</sprite> </npc> </npcs> |