summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/items/alcohol.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/items/alcohol.txt b/npc/items/alcohol.txt
index cd52e5c51..4b03e6818 100644
--- a/npc/items/alcohol.txt
+++ b/npc/items/alcohol.txt
@@ -60,8 +60,8 @@ OnUse:
.@val1 += @taste;
// Reset EXP Bonus
- sc_end SC_OVERLAPEXPUP;
- sc_start SC_OVERLAPEXPUP, .@delay, .@val1;
+ sc_end SC_CASH_PLUSEXP;
+ sc_start SC_CASH_PLUSEXP, .@delay, .@val1;
// Same goes for attack speed debuff
// Except delay does not stack, and malus is recalculated