06-15-2021, 02:51 PM
On 3/14/2021 at 3:39 AM, rondo157 said:
cmdmsg.cpp
after:
packet->attackSpeed = ch->m_attackSpeed;
add:
int m_attackSpeedlimit = 1;
if (packet->attackSpeed <= m_attackSpeedlimit) //rondo157
packet->attackSpeed = m_attackSpeedlimit;
Sorry for bump an old post, but i found 2 different declaration about that sentence!
2

