DeleteCreatureWithThreshold() public method

public DeleteCreatureWithThreshold ( int killThreshold ) : void
killThreshold int
return void
Ejemplo n.º 1
0
 public static void deleteCreatureWithThreshold(int killThreshold)
 {
     activeHunt.DeleteCreatureWithThreshold(killThreshold);
     LootDatabaseManager.UpdateLoot();
 }