mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Update client.cpp
fixed bug with BEGIN_GENERAL to MainCursor being skipped before since it was starting at GENERAL_BAGS_BEGIN
This commit is contained in:
parent
b1587f0326
commit
b2aa3262a9
@ -7924,7 +7924,7 @@ void Client::ItemTimerCheck()
|
|||||||
TryItemTimer(i);
|
TryItemTimer(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
for(i = EmuConstants::GENERAL_BAGS_BEGIN; i <= MainCursor; i++)
|
for(i = EmuConstants::GENERAL_BEGIN; i <= MainCursor; i++)
|
||||||
{
|
{
|
||||||
TryItemTimer(i);
|
TryItemTimer(i);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user