summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-01-06 14:33:12 +0000
committerJared Adams <jaxad0127@gmail.com>2009-01-06 14:33:12 +0000
commit77f8c1168beba156f37f303c5be3825ed25e5480 (patch)
tree3c1cbf32b7151587f7e7a4575c68e6b323d9083c
parent447318a3c4910498707460c9e33aaa279b6026c3 (diff)
downloadclientdata-77f8c1168beba156f37f303c5be3825ed25e5480.tar.gz
clientdata-77f8c1168beba156f37f303c5be3825ed25e5480.tar.bz2
clientdata-77f8c1168beba156f37f303c5be3825ed25e5480.tar.xz
clientdata-77f8c1168beba156f37f303c5be3825ed25e5480.zip
Add missing XML declarations
-rw-r--r--effects.xml1
-rw-r--r--hair.xml1
-rw-r--r--monsters.xml1
-rw-r--r--npcs.xml1
-rw-r--r--skills.xml1
5 files changed, 5 insertions, 0 deletions
diff --git a/effects.xml b/effects.xml
index f9328fb5..d4797beb 100644
--- a/effects.xml
+++ b/effects.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
<being-effects>
<effect id="0" audio="sfx/levelup.ogg" particle="graphics/particles/levelup.particle.xml" />
<effect id="1" audio="sfx/levelup.ogg" particle="graphics/particles/skillup.particle.xml" />
diff --git a/hair.xml b/hair.xml
index 64020c7b..8908abc4 100644
--- a/hair.xml
+++ b/hair.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
<colors>
<color id="0" value="#8c4b41,da9041,ffffff" name="light brown"/>
<color id="1" value="#06372b,489e25,fdedcc" name="green"/>
diff --git a/monsters.xml b/monsters.xml
index 2e047e00..67ed3a76 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
<monsters>
<monster id="0" name="Maggot" targetCursor="small">
diff --git a/npcs.xml b/npcs.xml
index d74db6ea..771f900e 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
<!--
This file maps the NPC appearance IDs the server is sending to the spritesheet(s).
diff --git a/skills.xml b/skills.xml
index d07aab2e..d8c8e872 100644
--- a/skills.xml
+++ b/skills.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
<skills>
<skill id="1" name="Basic" fixed="0"/>
</skills>