Update maintain to new CHILD function

This commit is contained in:
Skaronator
2014-01-17 23:05:37 +01:00
parent cab5d03ab7
commit 03b2408ae3
3 changed files with 34 additions and 38 deletions

View File

@@ -82,7 +82,7 @@ switch _option do {
cutText [format[(localize "STR_EPOCH_ACTIONS_4"), _count], "PLAIN DOWN", 5];
while {3 >= _retry} do { // 3 Times
_retry = _retry + 1;
PVDZE_maintainArea = [player,[_target, _objectClasses, _range],_uniqueID];
PVDZE_maintainArea = [player,1,[_target, _objectClasses, _range],_uniqueID];
publicVariableServer "PVDZE_maintainArea";
sleep 20;
};