npc 몰포 버그 수정
This commit is contained in:
@@ -577,6 +577,7 @@ function processAI($no) {
|
|||||||
'SELECT `no`, %b FROM general WHERE nation=%i AND `no`!=%i AND %b>3000 AND npc >= 2 ORDER BY %b DESC LIMIT 1',
|
'SELECT `no`, %b FROM general WHERE nation=%i AND `no`!=%i AND %b>3000 AND npc >= 2 ORDER BY %b DESC LIMIT 1',
|
||||||
$type,
|
$type,
|
||||||
$general['nation'],
|
$general['nation'],
|
||||||
|
$general['no'],
|
||||||
$type,
|
$type,
|
||||||
$type
|
$type
|
||||||
);
|
);
|
||||||
@@ -585,6 +586,7 @@ function processAI($no) {
|
|||||||
'SELECT `no`, %b FROM general WHERE nation=%i AND `no`!=%i AND %b>3000 AND npc < 2 ORDER BY %b DESC LIMIT 1',
|
'SELECT `no`, %b FROM general WHERE nation=%i AND `no`!=%i AND %b>3000 AND npc < 2 ORDER BY %b DESC LIMIT 1',
|
||||||
$type,
|
$type,
|
||||||
$general['nation'],
|
$general['nation'],
|
||||||
|
$general['no'],
|
||||||
$type,
|
$type,
|
||||||
$type
|
$type
|
||||||
);
|
);
|
||||||
@@ -613,6 +615,7 @@ function processAI($no) {
|
|||||||
'SELECT `no`, %b FROM general WHERE nation=%i AND `no`!=%i AND npc >= 2 ORDER BY %b ASC LIMIT 1',
|
'SELECT `no`, %b FROM general WHERE nation=%i AND `no`!=%i AND npc >= 2 ORDER BY %b ASC LIMIT 1',
|
||||||
$type,
|
$type,
|
||||||
$general['nation'],
|
$general['nation'],
|
||||||
|
$general['no'],
|
||||||
$type,
|
$type,
|
||||||
$type
|
$type
|
||||||
);
|
);
|
||||||
@@ -621,6 +624,7 @@ function processAI($no) {
|
|||||||
'SELECT `no`, %b FROM general WHERE nation=%i AND `no`!=%i AND npc < 2 ORDER BY %b ASC LIMIT 1',
|
'SELECT `no`, %b FROM general WHERE nation=%i AND `no`!=%i AND npc < 2 ORDER BY %b ASC LIMIT 1',
|
||||||
$type,
|
$type,
|
||||||
$general['nation'],
|
$general['nation'],
|
||||||
|
$general['no'],
|
||||||
$type,
|
$type,
|
||||||
$type
|
$type
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user