Skip to content

Commit 66068c1

Browse files
authored
Merge pull request #70 from rtw1x1/main
Update item_manager.cpp
2 parents 822ce6c + 83c65bd commit 66068c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/game/item_manager.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "stdafx.h"
1+
#include "stdafx.h"
22
#include "utils.h"
33
#include "config.h"
44
#include "char.h"
@@ -837,8 +837,6 @@ bool ITEM_MANAGER::GetDropPct(LPCHARACTER pkChr, LPCHARACTER pkKiller, OUT int&
837837
CPrivManager::instance().GetPriv(pkKiller, PRIV_ITEM_DROP) +
838838
(pkKiller->IsEquipUniqueItem(UNIQUE_ITEM_DOUBLE_ITEM) ? 100 : 0));
839839

840-
if (distribution_test_server) iRandRange /= 3;
841-
842840
return true;
843841
}
844842

0 commit comments

Comments
 (0)