diff options
Diffstat (limited to 'npc/033-4')
-rw-r--r-- | npc/033-4/malindou.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/033-4/malindou.txt b/npc/033-4/malindou.txt index 9403e27..4b8040b 100644 --- a/npc/033-4/malindou.txt +++ b/npc/033-4/malindou.txt @@ -109,7 +109,8 @@ OnGlobalChat: .@msg$ = replacestr(.@msg$, ">", ""); .@msg$ = replacestr(.@msg$, "*", ""); - // SK_Scripture(.@msg$); // TODO: This is necessary for magic hack (CR) + // Magic System + callfunc "Crossroads_Magic", .@msg$; end; // Level up events |