diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-07 13:37:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-07 13:37:32 -0300 |
commit | 18466b275d77bac090be3e30e05880fa3b884ccf (patch) | |
tree | 6984e0a25a7a5d1949f7313594ee18ca756a63a7 /npc/functions/siege.txt | |
parent | 5a069c11221e0447f84d481169aaae18cbb6bb54 (diff) | |
download | serverdata-18466b275d77bac090be3e30e05880fa3b884ccf.tar.gz serverdata-18466b275d77bac090be3e30e05880fa3b884ccf.tar.bz2 serverdata-18466b275d77bac090be3e30e05880fa3b884ccf.tar.xz serverdata-18466b275d77bac090be3e30e05880fa3b884ccf.zip |
Don't clear mf_bexp flag, instead, reset it to 100
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; } |