Changes to battle windows, removed duplicated translations

This commit is contained in:
Henrique Santiago
2012-08-08 16:17:16 -03:00
parent 05bfd00d1f
commit 56817a8678
6 changed files with 62 additions and 671 deletions

View File

@@ -494,6 +494,7 @@ void Creature::setHealthPercent(uint8 healthPercent)
}
m_healthPercent = healthPercent;
callLuaField("onHealthPercentChange", healthPercent);
}
void Creature::setDirection(Otc::Direction direction)