diff options
author | Ledmitz <smoothshifter@tuta.io> | 2024-05-25 17:51:03 -0300 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2024-05-25 17:51:03 -0300 |
commit | bf6527c3e4378d669a63dad2abedccc9573e5331 (patch) | |
tree | c22e3e77da8b7b49b1a61a4917327e4e1b7d0f1f /world/map/npc/items | |
parent | 5fabf636206d7853778466842afcbf067ece4cdf (diff) | |
download | serverdata-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/items')
-rw-r--r-- | world/map/npc/items/rubber_duck.txt | 2 |
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; |