|
@@ -320,6 +320,7 @@ class Ins_UserHero extends Object_ext {
|
|
public function getYanlingExtraProperty($attribute) {
|
|
public function getYanlingExtraProperty($attribute) {
|
|
$result = 0;
|
|
$result = 0;
|
|
$player = req()->userInfo->game;
|
|
$player = req()->userInfo->game;
|
|
|
|
+ var_dump($this);
|
|
foreach ($this->yanling as $item) {
|
|
foreach ($this->yanling as $item) {
|
|
$itemUID = $item->itemuid;
|
|
$itemUID = $item->itemuid;
|
|
if ($itemUID > 0) {
|
|
if ($itemUID > 0) {
|