diff options
author | mingchen | 2007-06-04 18:27:24 +0000 |
---|---|---|
committer | mingchen | 2007-06-04 18:27:24 +0000 |
commit | 4d6441c0dbd35f7c9838775011d25e2bb933900c (patch) | |
tree | fdb62c9913aa286bffbf40399cc6b6303f017ab1 | |
parent | Parcel Manager Changes: (diff) | |
download | opensim-SC_OLD-4d6441c0dbd35f7c9838775011d25e2bb933900c.zip opensim-SC_OLD-4d6441c0dbd35f7c9838775011d25e2bb933900c.tar.gz opensim-SC_OLD-4d6441c0dbd35f7c9838775011d25e2bb933900c.tar.bz2 opensim-SC_OLD-4d6441c0dbd35f7c9838775011d25e2bb933900c.tar.xz |
Fixed Unhandled exception about avataranimations.xml file about xml element being first.
Diffstat (limited to '')
-rw-r--r-- | bin/data/avataranimations.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/data/avataranimations.xml b/bin/data/avataranimations.xml index f2892e2..461613f 100644 --- a/bin/data/avataranimations.xml +++ b/bin/data/avataranimations.xml | |||
@@ -1,8 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="iso-8859-1"?> | ||
1 | <!-- Copyright(C) 2002-2007 Linden Lab, OpenSim Developers --> | 2 | <!-- Copyright(C) 2002-2007 Linden Lab, OpenSim Developers --> |
2 | <!-- Based on viewerart.ini packaged with the viewer. --> | 3 | <!-- Based on viewerart.ini packaged with the viewer. --> |
3 | <!-- This file is a derivative work of the above while it contains default animation UUIDs --> | 4 | <!-- This file is a derivative work of the above while it contains default animation UUIDs --> |
4 | <!-- Licensed under a creative commons license (By-SA) http://creativecommons.org/licenses/by-sa/2.5/ --> | 5 | <!-- Licensed under a creative commons license (By-SA) http://creativecommons.org/licenses/by-sa/2.5/ --> |
5 | <?xml version="1.0" encoding="iso-8859-1"?> | ||
6 | <animations> | 6 | <animations> |
7 | <animation name="STAND">2408fe9e-df1d-1d7d-f4ff-1384fa7b350f</animation> | 7 | <animation name="STAND">2408fe9e-df1d-1d7d-f4ff-1384fa7b350f</animation> |
8 | <animation name="WALK">6ed24bd8-91aa-4b12-ccc7-c97c857ab4e0</animation> | 8 | <animation name="WALK">6ed24bd8-91aa-4b12-ccc7-c97c857ab4e0</animation> |