Removed distribution_test_server

This commit is contained in:
MindL0ve
2026-02-01 00:15:44 +03:00
parent 9af152154c
commit 38faab6f38
4 changed files with 1 additions and 28 deletions

View File

@@ -535,7 +535,7 @@ bool CHARACTER::IsDead() const
return false;
}
#define GetGoldMultipler() (distribution_test_server ? 3 : 1)
#define GetGoldMultipler() (1)
void CHARACTER::RewardGold(LPCHARACTER pkAttacker)
{
@@ -2464,10 +2464,6 @@ static void GiveExp(LPCHARACTER from, LPCHARACTER to, int iExp)
// 레벨차 경험치 가감비율
iExp = CALCULATE_VALUE_LVDELTA(to->GetLevel(), from->GetLevel(), iExp);
// 외부 테스트 서버 경험치 3배 보너스
if (distribution_test_server)
iExp *= 3;
int iBaseExp = iExp;
// 점술, 회사 경험치 이벤트 적용