diff options
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/hugel_bingo.txt | 2 | ||||
-rw-r--r-- | npc/other/resetskill.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/hugel_bingo.txt b/npc/other/hugel_bingo.txt index 1a5a57c28..d938988b2 100644 --- a/npc/other/hugel_bingo.txt +++ b/npc/other/hugel_bingo.txt @@ -1118,4 +1118,4 @@ function script Func_BingoResult { enablenpc ""+getarg(0)+"e#bingo"; set getarg(0),getarg(0) +1; end; -}
\ No newline at end of file +} diff --git a/npc/other/resetskill.txt b/npc/other/resetskill.txt index 650bc4a48..0d95b78cf 100644 --- a/npc/other/resetskill.txt +++ b/npc/other/resetskill.txt @@ -140,4 +140,4 @@ prontera,146,232,4 script Hypnotist#2 124,{ close; } -}
\ No newline at end of file +} |