Revert "[WIP] Conditions"

This reverts commit a1f0f3d30d.
This commit is contained in:
Sarjuuk
2021-11-21 09:50:59 +01:00
parent f3f8dacef9
commit 061449686d
5 changed files with 76 additions and 165 deletions

View File

@@ -1135,9 +1135,6 @@ class Util
$c['ConditionValue1'] = 2;
else
continue 2;
case CND_QUESTSTATE: // 47
$jsGlobals[TYPE_QUEST][] = $c['ConditionValue1'];
break;
}
$res = [$c['NegativeCondition'] ? -$c['ConditionTypeOrReference'] : $c['ConditionTypeOrReference']];