diff options
author | Alige <aligetmw@hotmail.fr> | 2013-06-18 06:57:36 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-06-18 06:57:36 +0400 |
commit | 11d8696b158f8e364902f8ebb7e777d0f83e327b (patch) | |
tree | 40ba0cc59db4b235acd116c2418f4029a8eb35e1 | |
parent | 0f1f26b3cf35530efcef300d7e6dc5c2ebdbbf85 (diff) | |
download | clientdata-11d8696b158f8e364902f8ebb7e777d0f83e327b.tar.gz clientdata-11d8696b158f8e364902f8ebb7e777d0f83e327b.tar.bz2 clientdata-11d8696b158f8e364902f8ebb7e777d0f83e327b.tar.xz clientdata-11d8696b158f8e364902f8ebb7e777d0f83e327b.zip |
Forgot to add the skillup effect to effects.xml.
-rw-r--r-- | effects.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/effects.xml b/effects.xml index 1ea9c43a..63d05f7d 100644 --- a/effects.xml +++ b/effects.xml @@ -3,7 +3,7 @@ Copyright (C) 2010-2013 Evol Online --> <being-effects> <effect id="0" audio="system/levelup.ogg" particle="graphics/particles/levelup.xml"/> // Level up particle effect. - <effect id="1" audio="system/levelup.ogg" particle="graphics/particles/skillup.xml"/> // Skill up particle effect. + <effect id="1" audio="system/skillup.ogg" particle="graphics/particles/skillup.xml"/> // Skill up particle effect. <effect id="2" particle="graphics/particles/hit.xml"/> // Hit's explosion particle effect. <effect id="3" particle="graphics/particles/critical.xml"/> // Critical hit's explosion particle effect. <effect id="4" particle="graphics/particles/highlight.xml"/> // Savepoint particle effect on a player. |