summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/commands/event.txt1
-rw-r--r--npc/functions/aurora.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index 504ca4e50..ce65ce7ed 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -69,6 +69,7 @@ function script sClear {
if ($EVENT$ == "Regnum") {
// Remove the blessing
setmapflag($REGNUM_BLESSMAP$, mf_bexp, 100);
+ setmapflag($REGNUM_BLESSMAP$, mf_jexp, 100);
$REGNUM_BLESSMAP_H$="";
$REGNUM_BLESSMAP$="";
kamibroadcast("Regnum's Blessing is over.");
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index 42a5af266..e31f56247 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -344,6 +344,7 @@ function script FYEConf_Regnum {
$REGNUM_BLESSMAP_H$=.@mb$[.@m];
// Apply the blessing
setmapflag(.@ma$[.@m], mf_bexp, 300);
+ setmapflag(.@ma$[.@m], mf_jexp, 300);
return;
}
@@ -823,6 +824,7 @@ function script FYE_Normalize {
if ($EVENT$ == "Regnum") {
// Reapply the Regnum's blessing
setmapflag($REGNUM_BLESSMAP$, mf_bexp, 300);
+ setmapflag($REGNUM_BLESSMAP$, mf_jexp, 300);
}
return;
}