Fixed eMonsterType Lua API mismatch.
This commit is contained in:
@@ -62,6 +62,16 @@ static const struct
|
||||
|
||||
|
||||
|
||||
eMonsterType StringToMobType(const AString & a_MobString)
|
||||
{
|
||||
LOGWARNING("%s: Function is obsolete, use cMonster::StringToMobType() instead");
|
||||
return cMonster::StringToMobType(a_MobString);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// cMonster:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user