diff --git a/webapp/controller/HeroController.class.php b/webapp/controller/HeroController.class.php index dcd1a26b..4808d24f 100644 --- a/webapp/controller/HeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -95,6 +95,10 @@ class HeroController extends BaseAuthedController { { } + public function receive() + { + } + public function upgradeLevel() { $costItemId = getReqVal('cost_item_id', 0);