summaryrefslogtreecommitdiff
path: root/npc/functions/siege.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/siege.txt')
-rw-r--r--npc/functions/siege.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt
index 0ca53f45d..6a68450f7 100644
--- a/npc/functions/siege.txt
+++ b/npc/functions/siege.txt
@@ -141,7 +141,7 @@ function script siege_setup {
changemusic .@m$, any("mythica.ogg", "eric_matyas_ghouls.ogg", "misuse.ogg", "Arabesque.ogg");
disablenpc("Mana Stone");
pvpon(.@m$);
- setmapflag(.@m$,mf_bexp,rand(140,160)); // 40~60% EXP UP on siege maps
+ setmapflag(.@m$,mf_bexp,rand(120,140)); // 20~40% EXP UP on siege maps
if (.@msg$ != "")
kamibroadcast(col(.@msg$,1));
return;