diff options
author | Ledmitz <ledmitz@gmail.com> | 2020-06-30 03:34:44 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-25 10:48:59 -0300 |
commit | 07054810dc8a998d9e464c18ed8ddb2fad44ea05 (patch) | |
tree | cd76bfef6e08b0e1de49cd008ac0959ea92d6e47 | |
parent | c646bdad678ae35aef6a525fdf7a0e44f15b0a53 (diff) | |
download | clientdata-07054810dc8a998d9e464c18ed8ddb2fad44ea05.tar.gz clientdata-07054810dc8a998d9e464c18ed8ddb2fad44ea05.tar.bz2 clientdata-07054810dc8a998d9e464c18ed8ddb2fad44ea05.tar.xz clientdata-07054810dc8a998d9e464c18ed8ddb2fad44ea05.zip |
Added LICENSE info and corrected typo from original push in effects.xmlmagic-heal
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | effects.xml | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1146,6 +1146,8 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE ## Magic ### Fireball sfx/magic/fireball.ogg (Ledmitz) (CC BY-SA 3.0) (-) +### Heal + sfx/magic/heal.ogg (Ledmitz) (CC BY-SA 3.0) (-) ## Monsters ### Bee sfx/monsters/bee/die1.ogg (Ledmitz) (CC BY-SA 3.0) (-) diff --git a/effects.xml b/effects.xml index c0a7a298..85065267 100644 --- a/effects.xml +++ b/effects.xml @@ -12,7 +12,7 @@ Copyright (C) 2010-2014 Evol Online --> <effect id="5" particle="graphics/particles/warp.xml"/> <!-- Warp particle effect. --> <!-- !!! 6 - already used. one of mix effects --> <effect id="6" particle="graphics/particles/savepoint-32x32.xml"/> <!-- Savepoint particle effect on the save location. --> - <effect id="7" audio="magic/heal.ogg.ogg" particle="graphics/particles/healing.xml"/> <!-- Healing particle effect. --> + <effect id="7" audio="magic/heal.ogg" particle="graphics/particles/healing.xml"/> <!-- Healing particle effect. --> <effect id="8" particle="graphics/particles/poison.xml"/> <!-- Poison particle effect. --> <effect id="9" particle="graphics/particles/invisibility.xml"/> <!-- Invisibility particle effect. --> <effect id="10" particle="graphics/particles/afk.xml"/> <!-- AFK particle effect. --> |