Fixed a missed value.
This commit is contained in:
parent
112fac5798
commit
c94e82980e
@ -64,7 +64,7 @@ static const struct
|
||||
|
||||
eMonsterType StringToMobType(const AString & a_MobString)
|
||||
{
|
||||
LOGWARNING("%s: Function is obsolete, use cMonster::StringToMobType() instead");
|
||||
LOGWARNING("%s: Function is obsolete, use cMonster::StringToMobType() instead", __FUNCTION__);
|
||||
return cMonster::StringToMobType(a_MobString);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user