mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Some more on new skills/stats.
* Fixed updating issue. * Fixed refreshing issue.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user