diff options
author | Haru <haru@dotalux.com> | 2014-05-13 18:15:14 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-05-13 18:15:14 +0200 |
commit | c03094034f5338016221775bce4b39a0e9b75ee6 (patch) | |
tree | 559e52c5207911190ea336eb82a933ce37305065 /npc/events/event_skill_reset.txt | |
parent | 3bd57cf4858696b2586543098bc9eeac70a1854e (diff) | |
download | hercules-c03094034f5338016221775bce4b39a0e9b75ee6.tar.gz hercules-c03094034f5338016221775bce4b39a0e9b75ee6.tar.bz2 hercules-c03094034f5338016221775bce4b39a0e9b75ee6.tar.xz hercules-c03094034f5338016221775bce4b39a0e9b75ee6.zip |
Removed trailing whitespace (scripts)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/events/event_skill_reset.txt')
-rw-r--r-- | npc/events/event_skill_reset.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/events/event_skill_reset.txt b/npc/events/event_skill_reset.txt index af1b387f2..718fe2e0e 100644 --- a/npc/events/event_skill_reset.txt +++ b/npc/events/event_skill_reset.txt @@ -58,7 +58,7 @@ yuno,138,187,4 script Hypnotist Teacher 4_F_TELEPORTER,{ mes @npcname$; mes "You know where to find me,"; - mes "if you ever want a reset!!"; + mes "if you ever want a reset!!"; close; L_Info: @@ -80,10 +80,10 @@ L_Info: L_Reset: mes @npcname$; mes "Before skill reset in starting."; - mes "You shall have to first tell me your Base Level."; + mes "You shall have to first tell me your Base Level."; next; mes "^D5A500[" + strcharinfo(0) + "]^000000"; - mes "My Base level is ^AA00AALevel " + BaseLevel + "BaseLv.^000000"; + mes "My Base level is ^AA00AALevel " + BaseLevel + "BaseLv.^000000"; next; set @zeny,BaseLevel*20000; mes @npcname$; |