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