forked from metin2/server
remove redundant pointer to lucky pouch loot table
This commit is contained in:
parent
bb52a57ffc
commit
f5ccb17736
|
@ -2449,7 +2449,7 @@ bool CHARACTER::UseItemEx(LPITEM item, TItemPos DestCell)
|
||||||
DWORD count;
|
DWORD count;
|
||||||
int prob;
|
int prob;
|
||||||
DWORD vnum;
|
DWORD vnum;
|
||||||
} b1[MAX_BAG_INFO] =
|
} bi[MAX_BAG_INFO] =
|
||||||
{
|
{
|
||||||
{ 1000, 302, 1 },
|
{ 1000, 302, 1 },
|
||||||
{ 10, 150, 27002 },
|
{ 10, 150, 27002 },
|
||||||
|
@ -2479,8 +2479,6 @@ bool CHARACTER::UseItemEx(LPITEM item, TItemPos DestCell)
|
||||||
{ 1, 1, 11882 },
|
{ 1, 1, 11882 },
|
||||||
};
|
};
|
||||||
|
|
||||||
LuckyBagInfo * bi = b1;
|
|
||||||
|
|
||||||
int pct = Random::get(1, 1000);
|
int pct = Random::get(1, 1000);
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Reference in New Issue