Commit 16505bee authored by Nemo Ma's avatar Nemo Ma

fix for future

parent 1fec16d5
...@@ -12,7 +12,7 @@ if (! defined('IN_GAME')) { ...@@ -12,7 +12,7 @@ if (! defined('IN_GAME')) {
* @param array &$data 玩家数据 * @param array &$data 玩家数据
*/ */
function item_nachster_booster($itmn, &$data) { function item_nachster_booster($itmn, &$data) {
global $log, $db, $tablepre, $now, $plsinfo, $event_bgm, $elements_info; global $log, $db, $tablepre, $now, $plsinfo, $event_bgm, $elements_info, $nosta;
extract($data, EXTR_REFS); extract($data, EXTR_REFS);
$itm = & ${'itm' . $itmn}; $itm = & ${'itm' . $itmn};
......
...@@ -13,7 +13,7 @@ if(!defined('IN_GAME')) { ...@@ -13,7 +13,7 @@ if(!defined('IN_GAME')) {
* @return bool 是否成功处理 * @return bool 是否成功处理
*/ */
function item_nouveau_booster1($itmn, &$data) { function item_nouveau_booster1($itmn, &$data) {
global $log, $mode, $cmd, $command; global $log, $mode, $cmd, $command, $nosta;
extract($data, EXTR_REFS); extract($data, EXTR_REFS);
// 如果是选择鱼篓子中的物品 // 如果是选择鱼篓子中的物品
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment