Permalink
Browse files

Fixed a missed value.

  • Loading branch information...
madmaxoft committed Oct 5, 2014
1 parent 112fac5 commit c94e82980e0c21f9a7ed18c5f3279e63849e8433
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/Mobs/Monster.cpp
View
@@ -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);
}

0 comments on commit c94e829

Please sign in to comment.