diff options
Diffstat (limited to 'npc/functions/siege.txt')
-rw-r--r-- | npc/functions/siege.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt index 5acc86e56..6f4508b56 100644 --- a/npc/functions/siege.txt +++ b/npc/functions/siege.txt @@ -173,7 +173,8 @@ function script siege_setup { addmapmask .@m$, MASK_MATTACK; changemusic .@m$, any("mythica.ogg", "eric_matyas_ghouls.ogg", "misuse.ogg", "Arabesque.ogg"); disablenpc("Mana Stone"); - pvpon(.@m$); + if (.@m$ != "003-1") + pvpon(.@m$); setmapflag(.@m$,mf_zone,"MMO"); // MMO Zone: Overrides GM Commands setmapflag(.@m$,mf_bexp,rand2(135,142)); // 35~42% EXP UP on siege maps return; |