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/Witch.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/Witch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Witch.cpp b/source/Mobs/Witch.cpp index b29783853..25d27041f 100644 --- a/source/Mobs/Witch.cpp +++ b/source/Mobs/Witch.cpp @@ -8,7 +8,7 @@ cWitch::cWitch(void) : - super("Witch", 66, "", "", 0.6, 1.8) + super("Witch", mtWitch, "", "", 0.6, 1.8) { } |