diff options
author | mekolat <mekolat@gmail.com> | 2015-03-26 13:16:55 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-03-26 13:16:55 -0400 |
commit | 672e72803c66970c1112527f86afd0ad62fc54e0 (patch) | |
tree | 54dd396f4f7221d3b5b6acdedff418258dec6135 | |
parent | 166d619c7c1207ce04c3b77c15b825f357273fb7 (diff) | |
download | clientdata-672e72803c66970c1112527f86afd0ad62fc54e0.tar.gz clientdata-672e72803c66970c1112527f86afd0ad62fc54e0.tar.bz2 clientdata-672e72803c66970c1112527f86afd0ad62fc54e0.tar.xz clientdata-672e72803c66970c1112527f86afd0ad62fc54e0.zip |
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> |