summaryrefslogtreecommitdiff
path: root/world/map/npc
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2024-05-25 17:51:03 -0300
committerLedmitz <smoothshifter@tuta.io>2024-05-25 17:51:03 -0300
commitbf6527c3e4378d669a63dad2abedccc9573e5331 (patch)
treec22e3e77da8b7b49b1a61a4917327e4e1b7d0f1f /world/map/npc
parent5fabf636206d7853778466842afcbf067ece4cdf (diff)
downloadserverdata-bf6527c3e4378d669a63dad2abedccc9573e5331.tar.gz
serverdata-bf6527c3e4378d669a63dad2abedccc9573e5331.tar.bz2
serverdata-bf6527c3e4378d669a63dad2abedccc9573e5331.tar.xz
serverdata-bf6527c3e4378d669a63dad2abedccc9573e5331.zip
Changed effect ID to match effects.xml
Diffstat (limited to 'world/map/npc')
-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;