summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-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 ef366ce8..453bab0d 100644
--- a/npc/functions/savepoint.txt
+++ b/npc/functions/savepoint.txt
@@ -10,6 +10,6 @@ function script SavePoint {
savepoint @map$, @x, @y;
set @q, getcharid(3);
- misceffect 33, @q;
+ misceffect 4, @q;
}