diff options
author | Alige <aligetmw@hotmail.fr> | 2013-02-16 12:33:59 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-02-16 12:33:59 +0400 |
commit | 7c5c7584305802e01a2ad78d091837c6ae7cfe90 (patch) | |
tree | aeace71befcd22a76a1496aaf2ed38bd1fe645e2 /emotes.xml | |
parent | 4cd50097b1ac7fdf8c253e45e34d1a7a682b86f5 (diff) | |
download | clientdata-7c5c7584305802e01a2ad78d091837c6ae7cfe90.tar.gz clientdata-7c5c7584305802e01a2ad78d091837c6ae7cfe90.tar.bz2 clientdata-7c5c7584305802e01a2ad78d091837c6ae7cfe90.tar.xz clientdata-7c5c7584305802e01a2ad78d091837c6ae7cfe90.zip |
Fixed the last two emotes' order in emotes.xml.
Diffstat (limited to 'emotes.xml')
-rw-r--r-- | emotes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,6 +20,6 @@ Copyright (C) 2010-2012 Evol Online --> <emote id="9"><sprite name="Grin" variant="9">emote.xml</sprite></emote> <emote id="10"><sprite name="Upset" variant="10">emote.xml</sprite></emote> <emote id="11"><sprite name="Perturbed" variant="11">emote.xml</sprite></emote> - <emote id="12"><sprite name="Speech" variant="14">emote.xml</sprite></emote> - <emote id="13"><sprite name="Blah" variant="13">emote.xml</sprite></emote> + <emote id="12"><sprite name="Speech" variant="13">emote.xml</sprite></emote> + <emote id="13"><sprite name="Blah" variant="14">emote.xml</sprite></emote> </emotes> |