diff options
author | wushin <pasekei@gmail.com> | 2013-06-21 12:20:26 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2013-06-21 12:20:26 -0500 |
commit | 167037588493963062a4a4e95e94ea1d3ab83b85 (patch) | |
tree | f77245f365c8291c0f3b303716cc931f18a9130e /npcs.xml | |
parent | 9e44e336c6701d0d386f7592f03048448a3344ff (diff) | |
download | clientdata-167037588493963062a4a4e95e94ea1d3ab83b85.tar.gz clientdata-167037588493963062a4a4e95e94ea1d3ab83b85.tar.bz2 clientdata-167037588493963062a4a4e95e94ea1d3ab83b85.tar.xz clientdata-167037588493963062a4a4e95e94ea1d3ab83b85.zip |
adding new NPC supply chest to replace the treasure chest in the mines.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -936,6 +936,10 @@ <npc id="376"> <sprite>npcs/npc-weaver.xml</sprite> </npc> + <!-- Supply Chest for South Tulimshar Mine Quest --> + <npc id="377"> + <sprite>npcs/npc-supply-crate.xml</sprite> + </npc> <!-- empty (Invisible NPC used in scripts) --> <!-- for npcs that shouldn't be selectable (e.g. in magic effects) use 127, for warps/doors use 45, |