Rezolva bugu prin care poti adauga pietre pe obiectele echipate.
*Link download / Code:
Intram in char_item.cpp si sub linia:
Code:
if (item2->GetSocketCount() == 0)
return false;
Adaugam:
Acum va duceti la linia:
Code:
if (item2->GetVnum() >= 28330 && item2->GetVnum() <= 28343)
Deasupra adaugam: