Some more on new skills/stats.

* Fixed updating issue.
* Fixed refreshing issue.
This commit is contained in:
BeniS
2012-08-19 23:03:44 +12:00
parent fdffa365b9
commit 8cd8829048
2 changed files with 14 additions and 6 deletions

View File

@@ -521,7 +521,7 @@ void Creature::setSpeed(uint16 speed)
if(m_walking)
nextWalkUpdate();
callLuaField("onSpeedChange", speed, oldSpeed);
callLuaField("onSpeedChange", m_speed, oldSpeed);
}
void Creature::setSkull(uint8 skull)