Probable NPE fix for FourSepulchersManager.
This commit is contained in:
parent
badc4d0186
commit
302842ff69
@ -1365,6 +1365,10 @@ public final class FourSepulchersManager
|
|||||||
{
|
{
|
||||||
for (L2Npc mob : _allMobs)
|
for (L2Npc mob : _allMobs)
|
||||||
{
|
{
|
||||||
|
if (mob == null)
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (mob.getSpawn() != null)
|
if (mob.getSpawn() != null)
|
||||||
|
Loading…
Reference in New Issue
Block a user