mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-10 23:04:30 +02:00
Fix undefined constant
This commit is contained in:
parent
c6e55edb09
commit
0ac01b3f0d
@ -45,7 +45,7 @@ $skill = POT::SKILL__LEVEL;
|
||||
if(is_numeric($list))
|
||||
{
|
||||
$list = (int) $list;
|
||||
if($list >= POT::SKILL_FIRST && $list <= SKILL__LAST)
|
||||
if($list >= POT::SKILL_FIRST && $list <= POT::SKILL__LAST)
|
||||
$skill = $list;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user