summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2018-03-20 10:44:30 +0100
committerMattes D <github@xoft.cz>2018-03-20 10:44:30 +0100
commit1991a5b0e6a220a37e42c91e8448f4e7a786b767 (patch)
treede1b18f37b318c00681c31add2a49b5ff828810c
parentAdd cPluginManager::GenericCallHook (#4027) (diff)
downloadcuberite-1991a5b0e6a220a37e42c91e8448f4e7a786b767.tar
cuberite-1991a5b0e6a220a37e42c91e8448f4e7a786b767.tar.gz
cuberite-1991a5b0e6a220a37e42c91e8448f4e7a786b767.tar.bz2
cuberite-1991a5b0e6a220a37e42c91e8448f4e7a786b767.tar.lz
cuberite-1991a5b0e6a220a37e42c91e8448f4e7a786b767.tar.xz
cuberite-1991a5b0e6a220a37e42c91e8448f4e7a786b767.tar.zst
cuberite-1991a5b0e6a220a37e42c91e8448f4e7a786b767.zip
-rw-r--r--src/Generating/FinishGen.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Generating/FinishGen.cpp b/src/Generating/FinishGen.cpp
index c82e5f4d4..a79973a9d 100644
--- a/src/Generating/FinishGen.cpp
+++ b/src/Generating/FinishGen.cpp
@@ -1565,8 +1565,7 @@ eMonsterType cFinishGenPassiveMobs::GetRandomMob(cChunkDesc & a_ChunkDesc)
break;
}
- // Add wolves in forest and spruce forests
- case biForest:
+ // Add wolves in taiga biomes
case biTaiga:
case biMegaTaiga:
case biColdTaiga: