summaryrefslogtreecommitdiff
path: root/npc/functions/siege.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-07 13:37:32 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-07 13:37:32 -0300
commit18466b275d77bac090be3e30e05880fa3b884ccf (patch)
tree6984e0a25a7a5d1949f7313594ee18ca756a63a7 /npc/functions/siege.txt
parent5a069c11221e0447f84d481169aaae18cbb6bb54 (diff)
downloadserverdata-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.txt1
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;
}