diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-26 12:27:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-26 12:27:21 -0300 |
commit | 0e476d50428e2d575725e0c84cf228b9d2095513 (patch) | |
tree | 2ff87f9bf0bea12f726d27dc0a69cfa79035f67c | |
parent | df0400d02783ae2480a41c1e39e48c8e287c5a0d (diff) | |
download | clientdata-0e476d50428e2d575725e0c84cf228b9d2095513.tar.gz clientdata-0e476d50428e2d575725e0c84cf228b9d2095513.tar.bz2 clientdata-0e476d50428e2d575725e0c84cf228b9d2095513.tar.xz clientdata-0e476d50428e2d575725e0c84cf228b9d2095513.zip |
Fix Scythe name
-rw-r--r-- | monsters/monster1069_Scythe.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsters/monster1069_Scythe.xml b/monsters/monster1069_Scythe.xml index 101f38b4..489b328a 100644 --- a/monsters/monster1069_Scythe.xml +++ b/monsters/monster1069_Scythe.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <monsters offset="0"> - <monster id="1069" name="Scythe" targetCursor="large"> + <monster id="1069" name="Flying Scythe" targetCursor="large"> <sprite>monsters/spinning-scythe.xml</sprite> <sprite>monsters/accessories/scythe-shadow.xml</sprite> </monster> |