DeleteCreatureWithThreshold() public method

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