Advertisement
Kapa3a

Fix bug piatra

Nov 29th, 2023
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.42 KB | Source Code | 0 0
  1. Intram in char_item.cpp si sub linia
  2. if (item2->GetSocketCount() == 0)
  3.                                         return false;
  4.  
  5. Trecem:
  6.  if (item2->IsEquipped())
  7.                                 return false;
  8. Acum va duceti la linia​
  9.  
  10.                 if (item2->GetVnum() >= 28330 && item2->GetVnum() <= 28343)
  11.  
  12. si deasupra ei adaugam:​
  13.  
  14. if (item2->IsEquipped())
  15.                                 return false;
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement