diff options
author | Vasily <danilka.pro@gmail.com> | 2015-10-31 00:29:27 +0300 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-05 23:24:50 +0100 |
commit | ac6c5c41924cc1bc7fbb52780f0afd08f689019f (patch) | |
tree | 6baea9ce0c197b1005c21fb208ca871def62196f | |
parent | f2a2f9d947a0e34c7a5f80f2bf00f199b4231a56 (diff) | |
download | clientdata-ac6c5c41924cc1bc7fbb52780f0afd08f689019f.tar.gz clientdata-ac6c5c41924cc1bc7fbb52780f0afd08f689019f.tar.bz2 clientdata-ac6c5c41924cc1bc7fbb52780f0afd08f689019f.tar.xz clientdata-ac6c5c41924cc1bc7fbb52780f0afd08f689019f.zip |
Fixed missing Rumly renamings
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | graphics/sprites/npcs/sprite/rumly.png (renamed from graphics/sprites/npcs/sprite/rumli.png) | bin | 12533 -> 12533 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/rumly.xml (renamed from graphics/sprites/npcs/xml/rumli.xml) | 2 | ||||
-rw-r--r-- | npcs.xml | 2 |
4 files changed, 3 insertions, 3 deletions
@@ -298,7 +298,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE graphics/sprites/npcs/sprite/piourocket.png (Reid) (CC BY-SA 3.0) (Fother_J) graphics/sprites/npcs/sprite/qonan.png (Reid) (CC BY-SA 3.0) (Modanung) graphics/sprites/npcs/sprite/rattosailor.png (Reid) (CC BY-SA 3.0) (Coolkid782, Modanung, Talaroc) - graphics/sprites/npcs/sprite/rumli.png (Reid) (CC BY-SA 3.0) (Crush, Modanung, Talaroc) + graphics/sprites/npcs/sprite/rumly.png (Reid) (CC BY-SA 3.0) (Crush, Modanung, Talaroc) graphics/sprites/npcs/sprite/sailors.png (Reid) (CC BY-SA 3.0) (Modanung, Talaroc) graphics/sprites/npcs/sprite/sapartan.png (Reid) (CC BY-SA 3.0) (Modanung) graphics/sprites/npcs/sprite/silvio.png (Reid) (CC BY-SA 3.0) (-) diff --git a/graphics/sprites/npcs/sprite/rumli.png b/graphics/sprites/npcs/sprite/rumly.png Binary files differindex 9e8bcc30..9e8bcc30 100644 --- a/graphics/sprites/npcs/sprite/rumli.png +++ b/graphics/sprites/npcs/sprite/rumly.png diff --git a/graphics/sprites/npcs/xml/rumli.xml b/graphics/sprites/npcs/xml/rumly.xml index 9988cca4..1aabefd2 100644 --- a/graphics/sprites/npcs/xml/rumli.xml +++ b/graphics/sprites/npcs/xml/rumly.xml @@ -2,7 +2,7 @@ <!-- Author : Reid Copyright (C) 2010-2015 Evol Online --> <sprite> - <imageset name="npc" src="graphics/sprites/npcs/sprite/rumli.png" width="30" height="60"/> + <imageset name="npc" src="graphics/sprites/npcs/sprite/rumly.png" width="30" height="60"/> <action name="stand" imageset="npc"> <!-- Open eyes animation --> @@ -432,7 +432,7 @@ IDs 990-999 = Special </npc> <npc id="444"> <!-- Demon Male, Stat reseter NPC --> - <sprite>npcs/xml/rumli.xml</sprite> + <sprite>npcs/xml/rumly.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> |