1
0

Merge branch 'master' into MobSpawner

Conflicts:
	MCServer/Plugins/APIDump/APIDesc.lua
This commit is contained in:
Howaner
2014-12-01 14:43:03 +01:00
7 changed files with 46 additions and 22 deletions

View File

@@ -63,16 +63,6 @@ static const struct
eMonsterType StringToMobType(const AString & a_MobString)
{
LOGWARNING("%s: Function is obsolete, use cMonster::StringToMobType() instead", __FUNCTION__);
return cMonster::StringToMobType(a_MobString);
}
////////////////////////////////////////////////////////////////////////////////
// cMonster: