1
This commit is contained in:
parent
1fb88893b6
commit
f1564506bc
@ -9,7 +9,18 @@ class FragmentPool extends BaseModel {
|
||||
|
||||
public static function dropHero()
|
||||
{
|
||||
$rows = SqlHelper::ormSelect
|
||||
(myself()->_getMysql($targetId),
|
||||
't_fragment_pool',
|
||||
array(
|
||||
'fragment_type' => 0,
|
||||
'alloc_time' => 0,
|
||||
)
|
||||
);
|
||||
if ($rows) {
|
||||
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
public static function dropGun()
|
||||
|
Loading…
x
Reference in New Issue
Block a user