diff options
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 56303c920..5c235d025 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -676,6 +676,13 @@ OnSkillInvoke: @skillId=0; end; +OnPCBonus: + debugmes "PCBonus Invoked"; + if (!playerattached()) + end; + HUB_PCBonus(); + end; + // Level up events OnPCBaseLvUpEvent: switch (BaseLevel) { |