From 4cd49d7eca5f8fd53eb98577a1f218a5086704bb Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Mon, 5 Apr 2021 01:38:43 +0100 Subject: Fix sending incorrect date values on world change Yak shave: make more things use cTickTime. Fix a couple of incorrect modulo-on-millisecond-value by making them use WorldTickAge. --- src/MobCensus.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/MobCensus.cpp') diff --git a/src/MobCensus.cpp b/src/MobCensus.cpp index 8f5fdde75..d6db2f9e5 100644 --- a/src/MobCensus.cpp +++ b/src/MobCensus.cpp @@ -39,7 +39,6 @@ int cMobCensus::GetCapMultiplier(cMonster::eFamily a_MobFamily) case cMonster::mfAmbient: return 16; case cMonster::mfWater: return 5; case cMonster::mfNoSpawn: - case cMonster::mfUnhandled: { break; } -- cgit v1.2.3