diff options
author | madmaxoft <github@xoft.cz> | 2013-10-20 10:23:30 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-20 10:23:30 +0200 |
commit | 34928378b8e3464326de38787bfada9adc0bfb11 (patch) | |
tree | f057fec656fcead894b49315b948c078c2ba07d7 /source/Mobs/Blaze.cpp | |
parent | Merge branch 'htmlescape'. (diff) | |
download | cuberite-34928378b8e3464326de38787bfada9adc0bfb11.tar cuberite-34928378b8e3464326de38787bfada9adc0bfb11.tar.gz cuberite-34928378b8e3464326de38787bfada9adc0bfb11.tar.bz2 cuberite-34928378b8e3464326de38787bfada9adc0bfb11.tar.lz cuberite-34928378b8e3464326de38787bfada9adc0bfb11.tar.xz cuberite-34928378b8e3464326de38787bfada9adc0bfb11.tar.zst cuberite-34928378b8e3464326de38787bfada9adc0bfb11.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Blaze.cpp | 2 |
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) { } |