diff options
-rw-r--r-- | npc/commands/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index b87d0c247..e32fe4c4f 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -370,7 +370,7 @@ function script GlobalEventMenu { logmes "Enabled KAMELOT event.", LOGMES_ATCOMMAND; break; case 11: - $EVENT$="Regnum"; callfunc("FYE_Regnum"); + $EVENT$="Regnum"; callfunc("FYEConf_Regnum"); dispbottom l("Blessing applied at: %s", $REGNUM_BLESSMAP_H$); logmes "Enabled REGNUM event.", LOGMES_ATCOMMAND; break; |