mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
fix usewith, mana null
This commit is contained in:
@@ -33,6 +33,9 @@ LocalPlayer::LocalPlayer()
|
||||
m_walkLocked = false;
|
||||
m_lastPrewalkDone = true;
|
||||
m_icons = 0;
|
||||
|
||||
for(int i = 0; i < Otc::LastStatistic; ++i)
|
||||
m_statistics[i] = -1; // sets an invalid value to ensure lua event will be sent
|
||||
}
|
||||
|
||||
void LocalPlayer::lockWalk()
|
||||
|
||||
Reference in New Issue
Block a user