diff options
author | wushin <pasekei@gmail.com> | 2014-10-30 08:45:55 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-10-30 08:45:55 -0500 |
commit | 7efeb3a3f88ed004b9d209cfc6682bcc308a6aca (patch) | |
tree | e927bcf012fb1d36568a27b4c6c11621a0b23c4e | |
parent | c612d83e03e9ee62b2cbfe0ddcea96b5951a9ffc (diff) | |
download | clientdata-7efeb3a3f88ed004b9d209cfc6682bcc308a6aca.tar.gz clientdata-7efeb3a3f88ed004b9d209cfc6682bcc308a6aca.tar.bz2 clientdata-7efeb3a3f88ed004b9d209cfc6682bcc308a6aca.tar.xz clientdata-7efeb3a3f88ed004b9d209cfc6682bcc308a6aca.zip |
Fixed Nigel npc beer guy ghost
-rw-r--r-- | npcs/npc312.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npcs/npc312.xml b/npcs/npc312.xml index 13904b4b..1930921f 100644 --- a/npcs/npc312.xml +++ b/npcs/npc312.xml @@ -1,5 +1,6 @@ <?xml version="1.0"?> <npcs> <npc id="312"> -</npc> + <sprite>npcs/npc-beerguyghost.xml</sprite> + </npc> </npcs> |