diff options
-rw-r--r-- | npc/test/npc1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt index 898893d4..3d39d4e5 100644 --- a/npc/test/npc1.txt +++ b/npc/test/npc1.txt @@ -140,5 +140,5 @@ OnWhisperGlobal: OnSkillInvoke: skillInvoke[@skillId] = skillInvoke[@skillId] + 1; - close; + end; } |