1
This commit is contained in:
parent
c43b938564
commit
01954cfe40
@ -66,7 +66,7 @@ class LuckySymbol extends BaseModel {
|
|||||||
if ($potionMeta) {
|
if ($potionMeta) {
|
||||||
$effectStrs = explode('|', $potionMeta['effect']);
|
$effectStrs = explode('|', $potionMeta['effect']);
|
||||||
if (count($effectStrs) > 0) {
|
if (count($effectStrs) > 0) {
|
||||||
$effectStrs2 = explode('|', $effectStrs[0]);
|
$effectStrs2 = explode(':', $effectStrs[0]);
|
||||||
if (count($effectStrs2) >= 2) {
|
if (count($effectStrs2) >= 2) {
|
||||||
if ($effectStrs2[0] == 54) {
|
if ($effectStrs2[0] == 54) {
|
||||||
$val += $effectStrs2[1];
|
$val += $effectStrs2[1];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user