summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2023-02-16 21:56:21 +0100
committerFedja Beader <fedja@protonmail.ch>2023-02-16 21:56:21 +0100
commitdf549be0ff3632b04e7adacec8d4ca042dcf09d5 (patch)
tree299a5fec4a7bf1033f472a89e8a724975c797e17
parentddd1edfaec58cadbffb6fcd51502d23be838a313 (diff)
downloadclientdata-df549be0ff3632b04e7adacec8d4ca042dcf09d5.tar.gz
clientdata-df549be0ff3632b04e7adacec8d4ca042dcf09d5.tar.bz2
clientdata-df549be0ff3632b04e7adacec8d4ca042dcf09d5.tar.xz
clientdata-df549be0ff3632b04e7adacec8d4ca042dcf09d5.zip
Fix monster name (Flamelet lizard is Fire goblin server-side)
This was a source of confusion for people doing Kreist dailies.
-rw-r--r--monsters.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml
index 8fb6491c..12a216b9 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -390,7 +390,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
<sound event="hurt">monsters/loghead/logheadhurt4.ogg</sound>
<sound event="hurt">monsters/loghead/logheadhurt5.ogg</sound>
</monster>
- <monster id="1067" name="Flamelet Lizard" targetCursor="medium">
+ <monster id="1067" name="Fire Goblin" targetCursor="medium">
<sprite>monsters/firegoblin.xml</sprite>
<sound event="hit">monsters/firegoblin/firegoblinhit.ogg</sound>
<sound event="hit">monsters/firegoblin/firegoblinhit2.ogg</sound>