1
This commit is contained in:
parent
15217abd30
commit
84081ba6bd
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
namespace models;
|
namespace models;
|
||||||
|
|
||||||
|
require_once('models/Nft.php');
|
||||||
|
|
||||||
use mt;
|
use mt;
|
||||||
use phpcommon\SqlHelper;
|
use phpcommon\SqlHelper;
|
||||||
|
|
||||||
@ -99,7 +101,7 @@ class Phase3Box extends BaseModel {
|
|||||||
$guns,
|
$guns,
|
||||||
$chips)
|
$chips)
|
||||||
{
|
{
|
||||||
$accountId = '';
|
$accountId = phpcommon\createAccountId(6516, 2006, $account);
|
||||||
$itemId = 0;
|
$itemId = 0;
|
||||||
$tokenType = 0;
|
$tokenType = 0;
|
||||||
$tags = '';
|
$tags = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user