diff options
Diffstat (limited to 'npc/021-4/main.txt')
-rw-r--r-- | npc/021-4/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 7921e0f5b..75d6bff9e 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -141,7 +141,7 @@ OnFail: OnReward: if (ispcdead()) { - recovery(); + recovery(getcharid(3)); warp "Save", 0, 0; end; } |