root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/controllers/MonsterController.java
| 1003 | 1006 | ||
|---|---|---|---|
137 | { | 137 | { |
138 | Monster monster = getOwner(); | 138 | Monster monster = getOwner(); |
139 | 139 | ||
140 | if (monster == null || monster.getLifeStats().isAlreadyDead()) | 140 | if (monster == null || monster.getLifeStats().isAlreadyDead() || !monster.isSpawned()) |
141 | return; | 141 | return; |
142 | 142 | ||
143 | if(!monster.canAttack()) | 143 | if(!monster.canAttack()) |
Download diff