Loot/Refloot

* fixed Reference Loot's drop chance counting towards the adaptive drop chance of loot within the same loot group.
This commit is contained in:
Sarjuuk
2020-04-04 15:17:17 +02:00
parent 15246ea964
commit c2a1556e8a
2 changed files with 83 additions and 79 deletions

View File

@@ -159,6 +159,7 @@ class DbSimple_Mysqli extends DbSimple_Database
{
$this->_lastQuery = $queryMain;
$this->_expandPlaceholders($queryMain, false);
mysqli_ping($this->link);
$result = mysqli_query($this->link, $queryMain[0]);
if ($result === false)
return $this->_setDbError($queryMain[0]);