mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
[WIP] Conditions
* add missing conditionsTypes todo: process params in Util::getServerConditions() add locale strings to js extend verbose display in global.js ConditionList
This commit is contained in:
@@ -1135,6 +1135,9 @@ 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']];
|
||||
|
||||
Reference in New Issue
Block a user