summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-13 18:01:07 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-13 18:01:07 +0000
commit644fab2943d84e4225825996bdbbac4a91bdd6b9 (patch)
tree012c0981b6fd2ee2b3c9168b599371e18246e98f /src/map/pc.c
parentce4806100ca775d9086115f7f57beb0138f8c2f1 (diff)
downloadhercules-644fab2943d84e4225825996bdbbac4a91bdd6b9.tar.gz
hercules-644fab2943d84e4225825996bdbbac4a91bdd6b9.tar.bz2
hercules-644fab2943d84e4225825996bdbbac4a91bdd6b9.tar.xz
hercules-644fab2943d84e4225825996bdbbac4a91bdd6b9.zip
Tweaked the sealed shrine entrance NPCs. Hopefully the damn thing works now.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14905 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index e0c5cf394..fda41107b 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -1608,7 +1608,7 @@ static int pc_bonus_item_drop(struct s_add_drop *drop, const short max, short id
for(i = 0; i < max && (drop[i].id || drop[i].group); i++) {
if(
((id && drop[i].id == id) ||
- (group && drop[i].group == group)) && race < (1<<RC_MAX)
+ (group && drop[i].group == group)) && race < (RC_MAX<<1)
) {
drop[i].race |= race;
if(drop[i].rate > 0 && rate > 0)