Hey, in this topic i show you how to fix yangbugs in source.
Open Shop_Manager.cpp and find
Add after this line
Now save and compile game.
Please do not copy to another boards. This topic is created only for elitepvpers.com
Open Shop_Manager.cpp and find
Code:
dwPrice = item->GetShopBuyPrice();
Code:
if(dwPrice > item->GetGold()) dwPrice=item->GetGold();
Please do not copy to another boards. This topic is created only for elitepvpers.com