summaryrefslogtreecommitdiff
path: root/npc/quests/skills/rogue_skills.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-05-13 18:15:14 +0200
committerHaru <haru@dotalux.com>2014-05-13 18:15:14 +0200
commitc03094034f5338016221775bce4b39a0e9b75ee6 (patch)
tree559e52c5207911190ea336eb82a933ce37305065 /npc/quests/skills/rogue_skills.txt
parent3bd57cf4858696b2586543098bc9eeac70a1854e (diff)
downloadhercules-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/quests/skills/rogue_skills.txt')
-rw-r--r--npc/quests/skills/rogue_skills.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/skills/rogue_skills.txt b/npc/quests/skills/rogue_skills.txt
index 7f12d3d2e..cde8fc2d9 100644
--- a/npc/quests/skills/rogue_skills.txt
+++ b/npc/quests/skills/rogue_skills.txt
@@ -1199,7 +1199,7 @@ function script F_Kienna {
mes "[Kienna]";
mes "Alright, we're done";
mes "here. You earned a";
- switch(.@suc_1) {
+ switch(.@suc_1) {
case 10:
mes "training grade of ''^0000FFS^000000.''";
mes "That's a perfect score!";
@@ -1361,7 +1361,7 @@ OnStartArena:
//= Somehow eA engine doesn't let you keep learn't skill V_V'
//= 1.2 Added to correct locations, correct NPC's, fixed
//= some of the items required and made them into real
-//= quests. [Reddozen]
+//= quests. [Reddozen]
//= 1.3 Fixed bugs and minor typos. Optimized [Lupus]
//= 1.3a fixed an item ID typo, thx 2Spiritual Kid
//= 1.3b Splitted into different files [DracoRPG]