diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-05-01 02:00:45 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-05-01 02:06:32 +0200 |
commit | 7aaef445cee89e2b01f04cc72914e2cf527b73b0 (patch) | |
tree | c669dfed007599ded8c3292f77fdb0f843f9dc32 | |
parent | 6d8b088cbc4f7cc5b97ee570e41b29fc7aaca3a8 (diff) | |
download | manaserv-7aaef445cee89e2b01f04cc72914e2cf527b73b0.tar.gz manaserv-7aaef445cee89e2b01f04cc72914e2cf527b73b0.tar.bz2 manaserv-7aaef445cee89e2b01f04cc72914e2cf527b73b0.tar.xz manaserv-7aaef445cee89e2b01f04cc72914e2cf527b73b0.zip |
Changed the <being-effects> tag to <effects>.
Effects aren't applied only on beings. Hence the former tag
name was irrelevant.
-rw-r--r-- | example/clientdata/effects.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/clientdata/effects.xml b/example/clientdata/effects.xml index e0583f44..90de57e2 100644 --- a/example/clientdata/effects.xml +++ b/example/clientdata/effects.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<being-effects> +<effects> <!-- System effects --> <effect id="0" audio="sfx/system/levelup.ogg" particle="graphics/particles/levelup.particle.xml" /> <effect id="1" audio="sfx/system/levelup.ogg" particle="graphics/particles/skillup.particle.xml" /> @@ -26,4 +26,4 @@ <effect id="10011" particle="graphics/particles/emotes/emote-perturbed.particle.xml"/> <effect id="10012" particle="graphics/particles/emotes/emote-speech.particle.xml"/> <effect id="10013" particle="graphics/particles/emotes/emote-blah.particle.xml"/> -</being-effects> +</effects> |