gwang 3 years ago
parent
commit
0173a1a5c2
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Gameserver/Amfphp/model/User/Ins_UserHero.php

+ 3 - 1
Gameserver/Amfphp/model/User/Ins_UserHero.php

@@ -323,7 +323,9 @@ class Ins_UserHero extends Object_ext {
         foreach ($this->yanling as $item) {
             $itemUID = $item->itemuid;
             if ($itemUID > 0) {
-                echo(debug_backtrace());
+                foreach (debug_backtrace()as $x) {
+                    var_dump($x);
+                }
                 $itemId = $player->store->yanling->$itemUID->typeId;
                 $mo = GameConfig::item_yanling_getItem($itemId);
                 my_Assert(null != $mo, ErrCode::err_const_no);                  # 言灵常量找不到