summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-26 22:42:56 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-26 22:42:56 -0300
commita20c0f9d45ea91ed924f1e797fd051e03a376740 (patch)
tree599e4218e20e384f3ae9337d7bb8c656c1d4012e /npc/commands
parent5730649cb1df93a3cae88313e96f443979430210 (diff)
downloadserverdata-a20c0f9d45ea91ed924f1e797fd051e03a376740.tar.gz
serverdata-a20c0f9d45ea91ed924f1e797fd051e03a376740.tar.bz2
serverdata-a20c0f9d45ea91ed924f1e797fd051e03a376740.tar.xz
serverdata-a20c0f9d45ea91ed924f1e797fd051e03a376740.zip
Fix a few typos, and introduce MirrorLakeSendTo()
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/python.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/python.txt b/npc/commands/python.txt
index 5273731c..3d198f82 100644
--- a/npc/commands/python.txt
+++ b/npc/commands/python.txt
@@ -8,7 +8,7 @@
end;
OnCall:
- specialeffect(34, AREA, playerattached());
+ specialeffect(69, AREA, playerattached());
.@zone$=getmapinfo(MAPINFO_ZONE, .@mapa$);
if (.@zone$ == "MMO")
end;