diff options
author | Wushin <pasekei@gmail.com> | 2015-04-04 00:59:36 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-04-04 00:59:36 -0500 |
commit | 8b2115dc950895bfec084770c45d5487320b428c (patch) | |
tree | 25cff0cc4e85df59e424398d299f915d58640adc | |
parent | af6bbf7c515df719ec670a8ca47ef6c0bd905c89 (diff) | |
parent | 672e72803c66970c1112527f86afd0ad62fc54e0 (diff) | |
download | clientdata-8b2115dc950895bfec084770c45d5487320b428c.tar.gz clientdata-8b2115dc950895bfec084770c45d5487320b428c.tar.bz2 clientdata-8b2115dc950895bfec084770c45d5487320b428c.tar.xz clientdata-8b2115dc950895bfec084770c45d5487320b428c.zip |
Merge pull request #249 from mekolat/127
remove transparent sprite
-rw-r--r-- | npcs/npc127.xml | 4 | ||||
-rw-r--r-- | npcs/npc204.xml | 1 | ||||
-rw-r--r-- | npcs/npc327.xml | 4 | ||||
-rw-r--r-- | npcs/npc400.xml | 3 |
4 files changed, 3 insertions, 9 deletions
diff --git a/npcs/npc127.xml b/npcs/npc127.xml index c136dd07..1907b7cb 100644 --- a/npcs/npc127.xml +++ b/npcs/npc127.xml @@ -1,6 +1,4 @@ <?xml version="1.0"?> <npcs> - <npc id="127" targetSelection="false"> - <sprite variant="0">model/unique.xml</sprite> - </npc> + <npc id="127" targetSelection="false"/> </npcs> diff --git a/npcs/npc204.xml b/npcs/npc204.xml index a55e3363..b1eec47c 100644 --- a/npcs/npc204.xml +++ b/npcs/npc204.xml @@ -1,7 +1,6 @@ <?xml version="1.0"?> <npcs> <npc id="204"> - <sprite variant="0">model/unique.xml</sprite> <particlefx>graphics/particles/golbenez.particle.xml</particlefx> </npc> </npcs> diff --git a/npcs/npc327.xml b/npcs/npc327.xml index 143c52fd..4775d2dc 100644 --- a/npcs/npc327.xml +++ b/npcs/npc327.xml @@ -1,6 +1,4 @@ <?xml version="1.0"?> <npcs> - <npc id="327" targetSelection="false" avatar="11"> - <sprite variant="0">model/unique.xml</sprite> - </npc> + <npc id="327" targetSelection="false" avatar="11"/> </npcs> diff --git a/npcs/npc400.xml b/npcs/npc400.xml index 17960c97..bec55bbf 100644 --- a/npcs/npc400.xml +++ b/npcs/npc400.xml @@ -1,5 +1,4 @@ <?xml version="1.0"?> <npcs> - <npc id="400"> -</npc> + <npc id="400"/> </npcs> |