forked from 2009Scape/Server
Pets no longer count as summoning for split combat level calculation
This commit is contained in:
parent
9290d67000
commit
00af62e449
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ public final class FamiliarManager {
|
|||
* @return The usingSummoning.
|
||||
*/
|
||||
public boolean isUsingSummoning() {
|
||||
return hasPouch || hasFamiliar();
|
||||
return hasPouch || (hasFamiliar() && !hasPet());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue