Fixed raidboss random instant spawn.
This commit is contained in:
@ -1124,7 +1124,7 @@ public class Npc extends Creature
|
||||
super.onDecay();
|
||||
|
||||
// Decrease its spawn counter
|
||||
if (_spawn != null)
|
||||
if ((_spawn != null) && !DBSpawnManager.getInstance().isDefined(getId()))
|
||||
{
|
||||
_spawn.decreaseCount(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user