remove db open from FetchNewPrices
This commit is contained in:
@@ -73,8 +73,6 @@ class MoonCalc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function FetchNewPrices() {
|
public function FetchNewPrices() {
|
||||||
//Open a database connection
|
|
||||||
$db = DBOpen();
|
|
||||||
$ItemIDs = array(
|
$ItemIDs = array(
|
||||||
"Tritanium" => 34,
|
"Tritanium" => 34,
|
||||||
"Pyerite" => 35,
|
"Pyerite" => 35,
|
||||||
|
|||||||
Reference in New Issue
Block a user