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/quests/quests_aldebaran.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/quests/quests_aldebaran.txt')
-rw-r--r-- | npc/quests/quests_aldebaran.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_aldebaran.txt b/npc/quests/quests_aldebaran.txt index 86c0eef18..01ef38537 100644 --- a/npc/quests/quests_aldebaran.txt +++ b/npc/quests/quests_aldebaran.txt @@ -1,5 +1,5 @@ //===== Hercules Script ====================================== -//= Quest NPCs related to Aldebaran +//= Quest NPCs related to Aldebaran //===== By: ================================================== //= rAthena Dev Team //===== Current Version: ===================================== @@ -74,7 +74,7 @@ aldeba_in,152,166,4 script Trader#01 4_M_04,{ close; } case 3: - if ((countitem(998) > 19) && (countitem(707) > 0) && (Zeny > 4999)){ //Iron Singing_Plant + if ((countitem(998) > 19) && (countitem(707) > 0) && (Zeny > 4999)){ //Iron Singing_Plant delitem 998,20; //Iron delitem 707,1; //Singing_Plant Zeny -= 5000; @@ -89,7 +89,7 @@ aldeba_in,152,166,4 script Trader#01 4_M_04,{ close; } case 4: - if ((countitem(1019) > 119) && (Zeny > 9999)){ //Wooden_Block + if ((countitem(1019) > 119) && (Zeny > 9999)){ //Wooden_Block delitem 1019,120; //Wooden_Block Zeny -= 10000; mes "[Trader]"; |