|
@@ -887,7 +887,7 @@ class PetProc {
|
|
}
|
|
}
|
|
|
|
|
|
for ($i = 1; $i <= 2; $i++) {
|
|
for ($i = 1; $i <= 2; $i++) {
|
|
- if (!StlUtil::dictHasProperty(ctx()->store->petUids_supportFight_position, $i) && ctx()->store->petUids_supportFight_position->$i == $uid)
|
|
|
|
|
|
+ if (StlUtil::dictHasProperty(ctx()->store->petUids_supportFight_position, $i) && ctx()->store->petUids_supportFight_position->$i == $uid)
|
|
{
|
|
{
|
|
ctx()->store()->petUids_supportFight_position->$i = 0;
|
|
ctx()->store()->petUids_supportFight_position->$i = 0;
|
|
break;
|
|
break;
|