summaryrefslogtreecommitdiff
path: root/npc/functions/savepoint.txt
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-06-05 11:49:25 -0400
committergumi <mekolat@users.noreply.github.com>2017-06-05 11:49:25 -0400
commit762332f031dc5f125755726d175d3537bf9326b3 (patch)
tree3445169c9501d606ee3137e7a6f2837235ea7506 /npc/functions/savepoint.txt
parent7b2282dd9402be4e88fb3d28d9d5d9ac77856957 (diff)
downloadserverdata-s20170627.tar.gz
serverdata-s20170627.tar.bz2
serverdata-s20170627.tar.xz
serverdata-s20170627.zip
remove specialeffect2 usage from scriptss20170627
Diffstat (limited to 'npc/functions/savepoint.txt')
-rw-r--r--npc/functions/savepoint.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt
index 28bab131..0e0b6f90 100644
--- a/npc/functions/savepoint.txt
+++ b/npc/functions/savepoint.txt
@@ -41,7 +41,7 @@ function script savepointparticle {
INN_REGISTER = NO_INN;
}
savepoint .@mapname$, .@mapx, .@mapy;
- misceffect 4, getcharid(3);
+ specialeffect(4, SELF, getcharid(3));
@lastSave = gettimetick(2);
return;