summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Blaze.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Blaze.cpp')
-rw-r--r--source/Mobs/Blaze.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Blaze.cpp b/source/Mobs/Blaze.cpp
index dbbccf417..74c82c081 100644
--- a/source/Mobs/Blaze.cpp
+++ b/source/Mobs/Blaze.cpp
@@ -9,7 +9,7 @@
cBlaze::cBlaze(void) :
// TODO: The size is only a guesstimate, measure in vanilla and fix the size values here
- super("Blaze", 61, "mob.blaze.hit", "mob.blaze.death", 0.7, 1.8)
+ super("Blaze", mtBlaze, "mob.blaze.hit", "mob.blaze.death", 0.7, 1.8)
{
}