X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Frules.phh;h=9618bf7a2b84f4eb73f6222c747b4f02a1f0cbd5;hp=4b14773af35c228ae8276da78b79d933fc83c307;hb=827cf9b1db2abe2e726ac97063f90445244cf99f;hpb=6a939415c569cb6b078b3dab42be2d35c7238d4f diff --git a/web/briskin5/Obj/rules.phh b/web/briskin5/Obj/rules.phh index 4b14773..9618bf7 100644 --- a/web/briskin5/Obj/rules.phh +++ b/web/briskin5/Obj/rules.phh @@ -30,6 +30,7 @@ define('BIN5_RULES_FINISH', 0); define('BIN5_RULES_ABANDON', 1); define('BIN5_RULES_ALLPASS', 2); define('BIN5_RULES_ASTA', 3); +define('BIN5_RULES_NEXTAUCT', 4); require_once("rules_base.phh"); require_once("rules_old_rules.phh");