diff options
Diffstat (limited to 'npc/events/custom/p_track')
-rw-r--r-- | npc/events/custom/p_track/p_track_core.txt | 2 | ||||
-rw-r--r-- | npc/events/custom/p_track/p_track_warpers.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/events/custom/p_track/p_track_core.txt b/npc/events/custom/p_track/p_track_core.txt index 772bc340f..77b679b26 100644 --- a/npc/events/custom/p_track/p_track_core.txt +++ b/npc/events/custom/p_track/p_track_core.txt @@ -40,4 +40,4 @@ p_track02,67,33,1 script Blacksmith#track1 726,{ end; } -p_track02,41,57,5 duplicate(P_track) Lady#track2 845
\ No newline at end of file +p_track02,41,57,5 duplicate(P_track) Lady#track2 845 diff --git a/npc/events/custom/p_track/p_track_warpers.txt b/npc/events/custom/p_track/p_track_warpers.txt index cdc9e5b27..730dd2b0f 100644 --- a/npc/events/custom/p_track/p_track_warpers.txt +++ b/npc/events/custom/p_track/p_track_warpers.txt @@ -70,4 +70,4 @@ menu "Information",-,"I want to try it",L_Try,"Not today thanks",L_End; mes getarg(0); mes "Ok, see you later!"; close; -}
\ No newline at end of file +} |