1
This commit is contained in:
parent
74d96cee1b
commit
e73007afa5
@ -380,6 +380,7 @@ class HeroController extends BaseAuthedController {
|
||||
public function upgradeQuality()
|
||||
{
|
||||
$costItemId = getReqVal('cost_item_id', 0);
|
||||
$costHeroUniId = getReqVal('cost_hero_uniid', 0);
|
||||
$heroUniId = getReqVal('hero_uniid', 0);
|
||||
$slotId = getReqVal('slot_id', 0);
|
||||
$heroDb = Hero::find($heroUniId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user