Merge branch 'hjb' of git.kingsome.cn:server/game2006api into hjb
This commit is contained in:
commit
25579c5597
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user