//np düzenlendi
if (pUser->isAlive())
{
if (pTUser->isPlayer())
pUser->SendLoyaltyChange(placeowned, loyalty_source + bonusNP, true, false, TO_USER(pTUser)->GetMonthlyLoyalty() > 0 ? true : false);
else
pUser->SendLoyaltyChange(placeowned, 5, false, false, TO_BOT(pTUser)->GetMonthlyLoyalty() > 0 ? false : false);
}
}
//np düzenlendi
if (pTUser->isPlayer())
TO_USER(pTUser)->SendLoyaltyChange(placeowned, loyalty_target, true, false, TO_USER(pTUser)->GetMonthlyLoyalty() > 0 ? true : false);
else
TO_BOT(pTUser)->SendLoyaltyChange(5, false, false, TO_BOT(pTUser)->GetMonthlyLoyalty() > 0 ? false : false);