diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-28 15:28:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-28 15:28:28 -0300 |
commit | ce3954403549d67e62b6a2f4e8b2fbe61771541d (patch) | |
tree | 8790d83c1c1f620724a5c43b03ea54c264bcb4cb /npc/functions | |
parent | 5029964fd66789e6c25a99012038f1b1f1b7961b (diff) | |
download | serverdata-ce3954403549d67e62b6a2f4e8b2fbe61771541d.tar.gz serverdata-ce3954403549d67e62b6a2f4e8b2fbe61771541d.tar.bz2 serverdata-ce3954403549d67e62b6a2f4e8b2fbe61771541d.tar.xz serverdata-ce3954403549d67e62b6a2f4e8b2fbe61771541d.zip |
Inhibit a possible bug with the Soul Menhir saving !!!!!!!!
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/soul_menhir.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index 0e256f890..ecde37287 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -44,6 +44,8 @@ L_Save: @n = rand2(getarraysize(@Xs)); @x = @Xs[@n]; @y = @Ys[@n]; + deletearray @Xs; + deletearray @Ys; goto L_Do_Save; L_Aeros: |