1
This commit is contained in:
parent
58e3552074
commit
3837e5a033
@ -1176,6 +1176,12 @@ class BattleController extends BaseAuthedController {
|
|||||||
|
|
||||||
public function requestAllocBoxNum()
|
public function requestAllocBoxNum()
|
||||||
{
|
{
|
||||||
|
if (!myself()->_switchIsOpen('bigEventBoxDrop')) {
|
||||||
|
myself()->_rspData(array(
|
||||||
|
'box_num' => 0
|
||||||
|
));
|
||||||
|
return;
|
||||||
|
}
|
||||||
$roomUuid = getReqVal('room_uuid', '');
|
$roomUuid = getReqVal('room_uuid', '');
|
||||||
$row = SqlHelper::ormSelectOne(
|
$row = SqlHelper::ormSelectOne(
|
||||||
$this->_getSelfMysql(),
|
$this->_getSelfMysql(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user