This commit is contained in:
aozhiwei 2022-03-31 12:54:34 +08:00
parent 6a40ac5422
commit 9cc21614d4

View File

@ -131,7 +131,7 @@ class Hero extends BaseModel {
{ {
return self::internalAddHero( return self::internalAddHero(
myself()->_getSelfMysql(), myself()->_getSelfMysql(),
$gunMeta, $heroMeta,
myself()->_getAccountId(), myself()->_getAccountId(),
null); null);
} }