Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## charitem.cpp
- w: case USE_ABILITY_UP
- zamieniłem: item->SetCount(item->GetCount() - 1);
- na:
- switch(item->GetVnum())
- {
- case 27102:
- case 27105:
- case 71044:
- case 71045:
- case 72033:
- case 72036:
- case 72039:
- case 72042:
- break;
- default:
- item->SetCount(item->GetCount()-1);
- break;
- }
- break;
Advertisement
Add Comment
Please, Sign In to add comment