diff --git a/webapp/models/LuckySymbol.php b/webapp/models/LuckySymbol.php index 5c4cf808..9c06c4dd 100644 --- a/webapp/models/LuckySymbol.php +++ b/webapp/models/LuckySymbol.php @@ -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];