diff options
author | shennetsind <ind@henn.et> | 2013-10-24 10:46:28 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-10-24 10:46:28 -0200 |
commit | 636c31be599c9e5717f405ab033917b1825b4f37 (patch) | |
tree | 24bd966daba525364c2cd88b2e77c9ac5a4796e0 | |
parent | 5145242b1577c4209926e7e18a9e95105ea59d1b (diff) | |
parent | 567d1473af4f772d8fbff09abad8dfa231292a1e (diff) | |
download | hercules-636c31be599c9e5717f405ab033917b1825b4f37.tar.gz hercules-636c31be599c9e5717f405ab033917b1825b4f37.tar.bz2 hercules-636c31be599c9e5717f405ab033917b1825b4f37.tar.xz hercules-636c31be599c9e5717f405ab033917b1825b4f37.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 4c40b1a2f..b60c49699 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -8774,6 +8774,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val case SC_CASH_PLUSEXP: case SC_CASH_PLUSONLYJOBEXP: case SC_MONSTER_TRANSFORM: + case SC_CASH_RECEIVEITEM: val_flag |= 1; break; } |