diff options
Diffstat (limited to 'npc/functions/siege.txt')
-rw-r--r-- | npc/functions/siege.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt index ae83dc5c7..284e1fb8b 100644 --- a/npc/functions/siege.txt +++ b/npc/functions/siege.txt @@ -179,6 +179,7 @@ function script siege_revert { enablenpc("Mana Stone"); pvpoff(.@m$); removemapflag(.@m$,mf_bexp); + setmapflag(.@m$,mf_bexp,100); killmonsterall(.@m$); return; } |