fixed skilltree default params
This commit is contained in:
parent
6e2f3cd26b
commit
3557200d25
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
class skilltree{
|
||||
public static function generate($class,$t1,$t2,$t3){
|
||||
public static function generate($class,$t1=null,$t2=null,$t3=null){
|
||||
if(!player_classes::is($class)){
|
||||
return 'Choose a Class first!';}
|
||||
$vars = \DBD\TALENT_TREE::Q1(array($class));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user