From 6d7432a7af4937abe810e3bf43458dc750ad8cc9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Jun 2018 08:17:12 -0300 Subject: Move NPCs to use map mask constants --- npc/005-1/ayasha.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/005-1') diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index 5697de032..100d533ef 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -131,7 +131,7 @@ L_MKControl: close; L_MKSmall: - addmapmask "005-1", 2; + addmapmask "005-1", MASK_MATTACK; changemusic "005-1", "mythica.ogg"; disablenpc("Mana Stone"); pvpon("005-1"); @@ -223,7 +223,7 @@ OnTimer600000: end; OnTimer630000: - removemapmask "005-1", 2; + removemapmask "005-1", MASK_MATTACK; changemusic "005-1", "bartk_adventure.ogg"; enablenpc("Mana Stone"); killmonsterall("005-1", 0); -- cgit v1.2.3-60-g2f50