diff options
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/Global_Functions.txt | 2 | ||||
-rw-r--r-- | npc/other/divorce.txt | 2 | ||||
-rw-r--r-- | npc/other/monster_museum.txt | 2 | ||||
-rw-r--r-- | npc/other/msg_boards.txt | 2 | ||||
-rw-r--r-- | npc/other/powernpc.txt | 2 | ||||
-rw-r--r-- | npc/other/pvp.txt | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index 8e7817d31..1fb3dd5b6 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -305,4 +305,4 @@ function script F_Load2Skills { } set ADV_QSK2,0; //Clear var return; -}
\ No newline at end of file +} diff --git a/npc/other/divorce.txt b/npc/other/divorce.txt index ff1de7126..da4c08dfd 100644 --- a/npc/other/divorce.txt +++ b/npc/other/divorce.txt @@ -113,4 +113,4 @@ M_Divorce: mes "Throw away all your sinking feelings!"; mes "You should thank Deviruchi.....!"; close; -}
\ No newline at end of file +} diff --git a/npc/other/monster_museum.txt b/npc/other/monster_museum.txt index acd869158..5e1a70672 100644 --- a/npc/other/monster_museum.txt +++ b/npc/other/monster_museum.txt @@ -585,4 +585,4 @@ yuno_in03,20,96,1 script #Wanderer 111,{ mes "Sword master revived by dark magic. By looking at his magnificent swordsmanship, we guess that he was a very skillful swordsman before."; mes "As soon as he draws his sword, his opponents are sliced by him."; close; -}
\ No newline at end of file +} diff --git a/npc/other/msg_boards.txt b/npc/other/msg_boards.txt index e5d327959..f9ba79e37 100644 --- a/npc/other/msg_boards.txt +++ b/npc/other/msg_boards.txt @@ -131,4 +131,4 @@ prontera,158,213,1 script Sign Post#02 111,{ mes "South to Prontera Fields"; mes "Farther Southeast to Alberta"; close; -}
\ No newline at end of file +} diff --git a/npc/other/powernpc.txt b/npc/other/powernpc.txt index 81aa6ba72..98479a8d2 100644 --- a/npc/other/powernpc.txt +++ b/npc/other/powernpc.txt @@ -329,4 +329,4 @@ gon_test,70,103,3 script ChowAnAn#gnp 773,{ mes "[ChowAnAn]"; mes "Thank you."; close; -}
\ No newline at end of file +} diff --git a/npc/other/pvp.txt b/npc/other/pvp.txt index 2f263057b..3d3909f42 100644 --- a/npc/other/pvp.txt +++ b/npc/other/pvp.txt @@ -411,4 +411,4 @@ function script F_PvPRoom { mes "[Fight Square Helper]"; mes "I'm sorry but this arena is full. Please choose another one to participate in...."; goto M_Menu; -}
\ No newline at end of file +} |