Useless now

This commit is contained in:
Mitachi
2022-05-17 19:12:00 +02:00
parent a784460f3c
commit 26e0f16a68
2 changed files with 0 additions and 12 deletions

View File

@ -18,8 +18,6 @@
// and replace this raw with this:
#ifdef ENABLE_STONES_STACKFIX
DWORD dwStonesVnum = item->GetVnum();
if (item->GetType() == ITEM_METIN) {
item->SetCount(item->GetCount() - 1);
pkNewItem->AddToCharacter(this, TItemPos(INVENTORY, pos));
@ -52,8 +50,6 @@
// and replace this raw with this:
#ifdef ENABLE_STONES_STACKFIX
DWORD dwStonesVnum = item->GetVnum();
if (item->GetType() == ITEM_METIN) {
item->SetCount(item->GetCount() - 1);
pkNewItem->AddToCharacter(this, TItemPos(INVENTORY, pos));
@ -86,8 +82,6 @@
// and replace this raw with this:
#ifdef ENABLE_STONES_STACKFIX
DWORD dwStonesVnum = item->GetVnum();
if (item->GetType() == ITEM_METIN) {
item->SetCount(item->GetCount() - 1);
pkNewItem->AddToCharacter(this, TItemPos(INVENTORY, pos));