|
@@ -3,7 +3,7 @@
|
|
|
// 由CodeGenerator创建。
|
|
|
// Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
|
|
|
// author: gwang
|
|
|
- // 日期: 2022-05-23 16:11:44
|
|
|
+ // 日期: 2022-06-23 09:44:37
|
|
|
////////////////////
|
|
|
|
|
|
namespace loyalsoft;
|
|
@@ -1754,6 +1754,22 @@ class GameConfig {
|
|
|
return self::get_hash_item('map_scene_zoneid', $key);
|
|
|
}
|
|
|
/**
|
|
|
+ * 言灵套装表
|
|
|
+ * @return \yanling_compose
|
|
|
+ */
|
|
|
+ public static function yanling_compose()
|
|
|
+ {
|
|
|
+ static $a = null;
|
|
|
+ return self::initValue($a, 'yanling_compose');
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * @return \sm_yanling_compose yanling_compose item数据
|
|
|
+ */
|
|
|
+ public static function yanling_compose_getItem($itemid)
|
|
|
+ {
|
|
|
+ return self::get_hash_item('yanling_compose', $itemid);
|
|
|
+ }
|
|
|
+ /**
|
|
|
* 当前版本(时间戳)
|
|
|
* @return \ver
|
|
|
*/
|