summaryrefslogtreecommitdiff
path: root/world/map
diff options
context:
space:
mode:
Diffstat (limited to 'world/map')
-rw-r--r--world/map/npc/items/rubber_duck.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/items/rubber_duck.txt b/world/map/npc/items/rubber_duck.txt
index 9f873e1c..3f591c15 100644
--- a/world/map/npc/items/rubber_duck.txt
+++ b/world/map/npc/items/rubber_duck.txt
@@ -1,7 +1,7 @@
function|script|rubberDuck
{
if (gettimetick(2) - @lastbat < 2) goto L_Return;
- misceffect 405;
+ misceffect 406;
set @lastbat, gettimetick(2);
goto L_Return;