root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/model/gameobjects/stats/CreatureLifeStats.java

951990
183
		return currentMp;
183
		return currentMp;
184
	}
184
	}
185
	
185
	
186
186
	
187
	/**
187
	protected void sendAttackStatusPacketUpdate()
188
	 * Informs about HP change
189
	 */
190
	protected void sendHpPacketUpdate()
191
	{
188
	{
192
		if(owner == null)
189
		if(owner == null)
193
		{
190
		{