diff options
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/items/silver_bell.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/items/silver_bell.txt b/world/map/npc/items/silver_bell.txt index 69efca61..ffafedf3 100644 --- a/world/map/npc/items/silver_bell.txt +++ b/world/map/npc/items/silver_bell.txt @@ -1,7 +1,7 @@ function|script|SilverBellSound { if (gettimetick(2) - @lastsilverbell < 20) goto L_Return; - misceffect 402; // TODO: Make a quieter version of the ship's bell + misceffect 404; // TODO: Make a quieter version of the ship's bell set @lastsilverbell, gettimetick(2); goto L_Return; |