diff options
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/ayasha.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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); |