Jump to content

korayx123

Inactive Member
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by korayx123

  1. Open char_item.cpp and find this line case 70057: item->SetCount(item->GetCount()-1); and change with this if (true) { item->SetCount(item->GetCount()-0); } else { item->SetCount(item->GetCount()-1); } Thanks Mali61 for helping this system @Mali61
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.