diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-30 13:25:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-30 13:25:58 -0300 |
commit | e966d9ac24b4a67c926650a4e798ea70e4aae56b (patch) | |
tree | 674f143cada98e15c595022f494c548024eb6a4f | |
parent | 93b2ccf9a460af36e463c5e94e867b3c44b30035 (diff) | |
download | clientdata-e966d9ac24b4a67c926650a4e798ea70e4aae56b.tar.gz clientdata-e966d9ac24b4a67c926650a4e798ea70e4aae56b.tar.bz2 clientdata-e966d9ac24b4a67c926650a4e798ea70e4aae56b.tar.xz clientdata-e966d9ac24b4a67c926650a4e798ea70e4aae56b.zip |
Fix missing skill
-rw-r--r-- | skills.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skills.xml b/skills.xml index 5a2b9a4df..49ea9a06c 100644 --- a/skills.xml +++ b/skills.xml @@ -863,6 +863,12 @@ Copyright (C) 2018 TMW2 --> icon="graphics/skills/emote.png" description="Extreme damage, stun, and knockback." /> + <skill + id="8056" + name="Magnum Explosion" + icon="graphics/skills/emote.png" + description="Extreme damage, stun, and knockback." + /> <!-- Agile --> <skill id="8002" |