Created generic building queue
Updated ORM Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
parent
d7619777af
commit
66875791e6
19 changed files with 575 additions and 110 deletions
|
|
@ -36,7 +36,7 @@
|
|||
* @param unknown_type $Element
|
||||
* @param unknown_type $userfactor
|
||||
*/
|
||||
function GetElementPrice ($user, $planet, $Element, $userfactor = true) {
|
||||
function GetElementPrice($user, $planet, $Element, $userfactor = true) {
|
||||
global $pricelist, $resource, $lang;
|
||||
|
||||
if ($userfactor) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue