From d5b008afb858fced309aeca9355c3131ea28c560 Mon Sep 17 00:00:00 2001 From: Joseph Botosh Date: Sun, 6 Sep 2015 01:55:59 +0300 Subject: fix player not attached bug for moon script --- npc/001-2-2/moon.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/001-2-2/moon.txt') diff --git a/npc/001-2-2/moon.txt b/npc/001-2-2/moon.txt index c1dada3c..19785e6b 100644 --- a/npc/001-2-2/moon.txt +++ b/npc/001-2-2/moon.txt @@ -203,7 +203,8 @@ OnTouch: end; OnHour00: - @ArtisQuests_Urchin_MoonMsgTick = 0; + if (playerattached()) + @ArtisQuests_Urchin_MoonMsgTick = 0; end; OnInit: -- cgit v1.2.3-60-g2f50