mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 15:48:22 +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:
+1
-1
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user