diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-01-19 21:31:58 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2023-01-20 15:13:19 +0100 |
commit | a0eb996554888720cb2415f7b6068704863d706c (patch) | |
tree | 7360c83b0683fe84f07d756cafe1ca6881db390e /npc/commands | |
parent | 801c520342c7542610d3e8486125b77e31b22c99 (diff) | |
download | serverdata-a0eb996554888720cb2415f7b6068704863d706c.tar.gz serverdata-a0eb996554888720cb2415f7b6068704863d706c.tar.bz2 serverdata-a0eb996554888720cb2415f7b6068704863d706c.tar.xz serverdata-a0eb996554888720cb2415f7b6068704863d706c.zip |
Also increase job rate to 300%
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 1 |
1 files changed, 1 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."); |