diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 01:15:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 01:15:27 -0300 |
commit | 230e140fc87688b9fe1b8c7f637d4c2d7c295c0f (patch) | |
tree | ccc2498296fd4d5bd3a3f20d0c4875c10b5b9a19 /npcs.xml | |
parent | 420eaea74290f8b97441b9854edda73c313df540 (diff) | |
download | clientdata-230e140fc87688b9fe1b8c7f637d4c2d7c295c0f.tar.gz clientdata-230e140fc87688b9fe1b8c7f637d4c2d7c295c0f.tar.bz2 clientdata-230e140fc87688b9fe1b8c7f637d4c2d7c295c0f.tar.xz clientdata-230e140fc87688b9fe1b8c7f637d4c2d7c295c0f.zip |
Fix currency
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -582,7 +582,7 @@ IDs 900-999 = Special <npc id="232"><sprite variant="32">npcs/xml/npcs-lof.xml</sprite></npc> <!-- Maria Legacy --> <npc id="233"><sprite variant="33">npcs/xml/npcs-lof.xml</sprite></npc> <!-- Adventurer Legacy --> <npc id="234"><sprite variant="34">npcs/xml/npcs-lof.xml</sprite></npc> <!-- Stranger --> - <npc id="235"><sprite variant="35">npcs/xml/npcs-lof.xml</sprite></npc> <!-- Nobleman --> + <npc id="235" currency="casino"><sprite variant="35">npcs/xml/npcs-lof.xml</sprite></npc> <!-- Nobleman --> <npc id="236"><sprite variant="36">npcs/xml/npcs-lof.xml</sprite></npc> <!-- Female Smith --> <npc id="237"><sprite variant="37">npcs/xml/npcs-lof.xml</sprite></npc> <!-- Angela Outside --> <npc id="238"><sprite variant="38">npcs/xml/npcs-lof.xml</sprite></npc> <!-- Angela Inside --> |