remove redundant pointer to lucky pouch loot table

This commit is contained in:
Tr0n 2024-04-09 16:56:43 +02:00
parent bb52a57ffc
commit f5ccb17736
No known key found for this signature in database
1 changed files with 1 additions and 3 deletions

View File

@ -2449,7 +2449,7 @@ bool CHARACTER::UseItemEx(LPITEM item, TItemPos DestCell)
DWORD count;
int prob;
DWORD vnum;
} b1[MAX_BAG_INFO] =
} bi[MAX_BAG_INFO] =
{
{ 1000, 302, 1 },
{ 10, 150, 27002 },
@ -2479,8 +2479,6 @@ bool CHARACTER::UseItemEx(LPITEM item, TItemPos DestCell)
{ 1, 1, 11882 },
};
LuckyBagInfo * bi = b1;
int pct = Random::get(1, 1000);
int i;