diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-25 21:59:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-25 21:59:26 -0300 |
commit | 7c53677b79dbc4d79f9964475c22193471c54b47 (patch) | |
tree | 3d88a77cbe377aaaf4cca19bd4a2b2589203c724 /npc/items | |
parent | 36a03de451ec5add5734f0fc3871fdcf60471b1e (diff) | |
download | serverdata-7c53677b79dbc4d79f9964475c22193471c54b47.tar.gz serverdata-7c53677b79dbc4d79f9964475c22193471c54b47.tar.bz2 serverdata-7c53677b79dbc4d79f9964475c22193471c54b47.tar.xz serverdata-7c53677b79dbc4d79f9964475c22193471c54b47.zip |
SC_ATTHASTE_POTION2 won't be cleared upon death anymore.
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/alcohol.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/alcohol.txt b/npc/items/alcohol.txt index 6ce2293a3..4f132fd52 100644 --- a/npc/items/alcohol.txt +++ b/npc/items/alcohol.txt @@ -13,7 +13,7 @@ // ALC_THRESHOLD How drunk you are (the bonus) // // When drunk, attack speed is lowered but exp gain is increased. -// Attack Speed Reductor: SC_ATTHASTE_INFINITY +// Attack Speed Reductor: SC_ATTHASTE_INFINITY (reset upon death), SC_ATTHASTE_POTION2 (not reset upon death) // Max HP Reductor: SC_INCMHPRATE // EXP Increaser: SC_CASH_PLUSEXP (not reset upon death), SC_OVERLAPEXPUP (reset upon death) |