summaryrefslogtreecommitdiff
path: root/world/map/npc/items/silver_bell.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/items/silver_bell.txt')
-rw-r--r--world/map/npc/items/silver_bell.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/items/silver_bell.txt b/world/map/npc/items/silver_bell.txt
index c1ea2e50..07623426 100644
--- a/world/map/npc/items/silver_bell.txt
+++ b/world/map/npc/items/silver_bell.txt
@@ -1,8 +1,8 @@
function|script|SilverBellSound
{
- if (gettimetick(2) - @lastsilverbell < 3) goto L_Return;
+ if (gettimetick(2) - @lastsound < 2) goto L_Return;
misceffect 404;
- set @lastsilverbell, gettimetick(2);
+ set @lastsound, gettimetick(2);
goto L_Return;
L_Return: