Merge branch 'hjb' of git.kingsome.cn:server/game2006api into hjb

This commit is contained in:
hujiabin 2024-10-17 14:09:40 +08:00
commit 25579c5597

View File

@ -66,7 +66,7 @@ class LuckySymbol extends BaseModel {
if ($potionMeta) {
$effectStrs = explode('|', $potionMeta['effect']);
if (count($effectStrs) > 0) {
$effectStrs2 = explode('|', $effectStrs[0]);
$effectStrs2 = explode(':', $effectStrs[0]);
if (count($effectStrs2) >= 2) {
if ($effectStrs2[0] == 54) {
$val += $effectStrs2[1];