diff options
Diffstat (limited to 'npcs')
-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> |