Code:
UPDATE persos SET pa = 0, pp = 0, aura = 100, secteur = 'neant', x = 1 + 20*rand(), y = 1+ 20 * rand(), z = 0 where activation = 1 and alignement != 'Humain' and grade != 3 and nom != 'archange' and secteur not like 'hib|%' and not ( `X`
BETWEEN 11
AND 26
AND `Y`
BETWEEN 6
AND 21
AND `secteur` = 'centre_vill')