Skip to content

Commit

Permalink
Fixed several files with a missing EOL at EOF
Browse files Browse the repository at this point in the history
- All text files should end with an EOL. Period.
- See http://robots.thoughtbot.com/no-newline-at-end-of-file for info
  on how to configure the most common text editors to do it
  automatically for you.

Signed-off-by: Haru <haru@dotalux.com>
  • Loading branch information
MishimaHaruna committed May 13, 2014
1 parent ddc16a0 commit 00d9001
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion conf/battle/feature.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ feature.banking: on
// Auction (Note 1)
// Feature became unstable on clients 2012 onwards (exact date not known),
// it has been fixed on clients 2013-05-15 onwards however.
feature.auction: off
feature.auction: off
2 changes: 1 addition & 1 deletion db/const.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3303,4 +3303,4 @@ NST_CUSTOM 3
PC_NAME 0
PC_PARTY 1
PC_GUILD 2
PC_MAP 3
PC_MAP 3
2 changes: 1 addition & 1 deletion db/re/item_delay.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
12661, 10000 // Transformation Scroll(Marduk)
12662, 10000 // Transformation Scroll(Banshee)
12663, 10000 // Transformation Scroll(Poring)
12664, 10000 // Transformation Scroll(Golem)
12664, 10000 // Transformation Scroll(Golem)
2 changes: 1 addition & 1 deletion db/sc_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -428,4 +428,4 @@ SC_STRANGELIGHTS, 207
SC_DECORATION_OF_MUSIC, 207

//Cant Clear
SC_ALL_RIDING, 128
SC_ALL_RIDING, 128
2 changes: 1 addition & 1 deletion db/skill_improvise_db.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
84,6000 // Jupitel Thunder
85,4000 // Lord of Vermilion
86,6000 // Water Ball
89,4000 // Storm Gust
89,4000 // Storm Gust
2 changes: 1 addition & 1 deletion npc/airports/rachel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ OnTouch:
}
mes "Thank you, please come again.";
close;
}
}
2 changes: 1 addition & 1 deletion npc/custom/quests/thq/THQS_TTShop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ prt_in,164,174,1 script Treasure Hunter's Shop 1_M_YOUNGKNIGHT,{
close;
}
end;
}
}
2 changes: 1 addition & 1 deletion npc/events/idul_fitri.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ prontera,146,92,3 script Cellerb 1_M_MERCHANT,{
emotion e_hmm;
close;
}
}
}
2 changes: 1 addition & 1 deletion npc/events/valentinesday.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ prt_castle,54,34,4 script Carl Orleans 1_M_01,{
mes "[Carl Orleans]";
mes "Enjoy.";
close;
}
}
2 changes: 1 addition & 1 deletion npc/events/valentinesday_2012.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ mosk_in,21,244,3 script Baker Extraordinaire 4_M_NOVELIST,{
mes "Hello, "+strcharinfo(0)+"!";
close;
}
}
}
2 changes: 1 addition & 1 deletion npc/guild/trs_rp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ gefg_cas01,154,112,0 duplicate(Gld_Trea_Protect) ban_warp#gefg_cas01 -1,6,6
gefg_cas02,140,116,0 duplicate(Gld_Trea_Protect) ban_warp#gefg_cas02 -1,6,6
gefg_cas03,271,290,0 duplicate(Gld_Trea_Protect) ban_warp#gefg_cas03 -1,6,6
gefg_cas04,116,119,0 duplicate(Gld_Trea_Protect) ban_warp#gefg_cas04 -1,6,6
gefg_cas05,144,110,0 duplicate(Gld_Trea_Protect) ban_warp#gefg_cas05 -1,6,6
gefg_cas05,144,110,0 duplicate(Gld_Trea_Protect) ban_warp#gefg_cas05 -1,6,6
2 changes: 1 addition & 1 deletion npc/instances/OrcsMemory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -931,4 +931,4 @@ OnMyMobDead2:
OnMyMobDead3:
donpcevent instance_npcname("#Warp2-3")+"::OnContinue";
end;
}
}
2 changes: 1 addition & 1 deletion npc/merchants/clothes_dyer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ function Dyes {
mes "Your clothes have been dyed "+((.@s)?.@DyeName$[getarg((.@s-1)*2)]:.@DyeName$[0])+".";
close;
}
}
}
2 changes: 1 addition & 1 deletion npc/merchants/renters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@ hu_in01,381,304,5 script Falcon Breeder#hnt 8W_SOLDIER,{
mes "...Heh heh, jealous?";
close;
}
}
}
2 changes: 1 addition & 1 deletion npc/merchants/shops.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2240,4 +2240,4 @@ OnInit:
//= 1.9a Pet Merchant -> Lighthalzen [erKURITA]
//= 1.9b Added items to Chivas Regal
//= 1.9c Slight update for Rachel shop: Tool Dealer -> Fruit Gardener [L0ne_W0lf]
//============================================================
//============================================================
2 changes: 1 addition & 1 deletion npc/other/card_trader.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ prontera,115,90,0 script Putty 4_F_01,{
break;
}
close;
}
}
2 changes: 1 addition & 1 deletion npc/other/comodo_gambling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -572,4 +572,4 @@ mjolnir_02,85,362,3 script Blacksmith Miner 4_F_JOB_BLACKSMITH,{
mes "you at a cheap price.";
close;
}
}
}
2 changes: 1 addition & 1 deletion npc/pre-re/guides/guides_alberta.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ alberta,23,238,4 script Guide#alb::AlbGuide 8W_SOLDIER,{
end;
}

alberta,120,60,3 duplicate(AlbGuide) Guide#2alb 8W_SOLDIER
alberta,120,60,3 duplicate(AlbGuide) Guide#2alb 8W_SOLDIER
2 changes: 1 addition & 1 deletion npc/pre-re/guides/guides_moscovia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ moscovia,161,76,4 script Moscovia Guide#mosk 4_F_RUSWOMAN1,{
mes "Take care.";
close;
}
}
}
2 changes: 1 addition & 1 deletion npc/pre-re/mobs/fields/splendide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spl_fild02,0,0,0,0 monster Luciola Vespa 1994,15,0,0,0
spl_fild03,0,0,0,0 monster Luciola Vespa 1994,35,0,0,0
spl_fild03,0,0,0,0 monster Cornus 1992,25,0,0,0
spl_fild03,0,0,0,0 monster Naga 1993,20,0,0,0
spl_fild03,0,0,0,0 monster Tendril Lion 1991,1,3600000,0,0
spl_fild03,0,0,0,0 monster Tendril Lion 1991,1,3600000,0,0
2 changes: 1 addition & 1 deletion npc/quests/seals/seal_status.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ prontera,113,294,3 script Sign Post#god 2_BULLETIN_BOARD,{
else
mes "^00ff00Mjolnir Seal: Completed^000000";
close;
}
}
2 changes: 1 addition & 1 deletion npc/re/cities/dicastes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -712,4 +712,4 @@ dic_in01,98,96,3 script Lost Galten#a 4_MAN_GALTUN1,{
mes "������ �� ";
mes "��� �� ����";
close;
}
}
2 changes: 1 addition & 1 deletion npc/re/instances/WolfchevLaboratory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3456,4 +3456,4 @@ lhz_dun04,147,279,0 script Laboratory Entrance#memo CLEAR_NPC,{
OnDisable:
disablenpc instance_npcname("Wolfchev#last");
end;
}
}
2 changes: 1 addition & 1 deletion npc/re/jobs/3-1/mechanic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -728,4 +728,4 @@ OnTouch:
}
jupe_core2,150,33,0 duplicate(#Acquiring Knowledge) #Acquiring Knowledge2 HIDDEN_WARP_NPC,1,0

jupe_core2,0,0,0,0 monster Dimik 1669,100,0,0,0
jupe_core2,0,0,0,0 monster Dimik 1669,100,0,0,0
2 changes: 1 addition & 1 deletion npc/re/jobs/3-1/warlock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1093,4 +1093,4 @@ job3_war01,1,2,0 script Button Girl#wl 1_F_01,{
}

spl_fild02,0,0,0,0 monster Bradium Golem 2049,20,5000,0,0
spl_fild02,0,0,0,0 monster Naga 2047,20,5000,0,0
spl_fild02,0,0,0,0 monster Naga 2047,20,5000,0,0
2 changes: 1 addition & 1 deletion npc/re/jobs/3-2/genetic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1042,4 +1042,4 @@ job3_gen01,23,33,0,0 monster Poison Spore 1428,1,7000,0,0
job3_gen01,21,30,0,0 monster Poison Spore 1428,1,7000,0,0
job3_gen01,26,34,0,0 monster Poison Spore 1428,1,7000,0,0
job3_gen01,23,33,0,0 monster Poison Spore 1428,1,7000,0,0
job3_gen01,21,30,0,0 monster Poison Spore 1428,1,7000,0,0
job3_gen01,21,30,0,0 monster Poison Spore 1428,1,7000,0,0
2 changes: 1 addition & 1 deletion npc/re/jobs/3-2/minstrel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1915,4 +1915,4 @@ prt_in,94,172,4 script Karian#job_min3 4_M_MINSTREL1,{
mes "[Karian]";
mes "How did you get in here?";
close;
}
}
2 changes: 1 addition & 1 deletion npc/re/jobs/3-2/sorcerer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,4 @@ gef_tower,113,161,5 script Karacas 4_M_SAGE_A,{
thor_v01,64,252,0 duplicate(Spirit Detecting Staff#0) Spirit Detecting Staff#1 2_BOARD2
ice_dun01,274,274,0 duplicate(Spirit Detecting Staff#0) Spirit Detecting Staff#2 2_BOARD2
mjo_dun03,200,141,0 duplicate(Spirit Detecting Staff#0) Spirit Detecting Staff#3 2_BOARD2
gon_dun02,195,190,0 duplicate(Spirit Detecting Staff#0) Spirit Detecting Staff#4 2_BOARD2
gon_dun02,195,190,0 duplicate(Spirit Detecting Staff#0) Spirit Detecting Staff#4 2_BOARD2
2 changes: 1 addition & 1 deletion npc/re/jobs/3-2/wanderer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1032,4 +1032,4 @@ xmas,145,127,7 duplicate(#wander_xmas) Spectator#xmas2 4_M_05
xmas,148,127,7 duplicate(#wander_xmas) Soy#xmas 4_F_06
xmas,149,127,1 duplicate(#wander_xmas) Mimi#xmas 4_F_06
xmas,151,127,1 duplicate(#wander_xmas) Spectator#xmas3 4_M_KID2
xmas,154,129,1 duplicate(#wander_xmas) Spectator#xmas4 4_M_NFLOSTMAN
xmas,154,129,1 duplicate(#wander_xmas) Spectator#xmas4 4_M_NFLOSTMAN
2 changes: 1 addition & 1 deletion npc/re/merchants/enchan_upg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,4 @@ prt_in,28,73,3 script Devil Enchant Master#prq 1_M_SMITH,{
mes "It seems you have chosen the wrong job??";
close;
}
}
}
2 changes: 1 addition & 1 deletion npc/re/warps/cities/dicastes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ dic_in01,57,48,0 duplicate(Elevator#main) Elevator#9 CLEAR_NPC
dic_in01,137,46,0 duplicate(Elevator#main) Elevator#10 CLEAR_NPC
dic_in01,222,46,0 duplicate(Elevator#main) Elevator#11 CLEAR_NPC
dic_in01,388,272,0 duplicate(Elevator#main) Elevator#12 CLEAR_NPC
dic_in01,389,208,0 duplicate(Elevator#main) Elevator#13 CLEAR_NPC
dic_in01,389,208,0 duplicate(Elevator#main) Elevator#13 CLEAR_NPC
2 changes: 1 addition & 1 deletion npc/re/warps/other/jobquests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ job3_gen01,71,56,0 warp #from2to1gen 1,1,job3_gen01,11,60
//==============================================================================
//Shadow Chaser
//==============================================================================
job3_sha01,71,19,0 warp shadowc1 1,1,tha_t01,149,224
job3_sha01,71,19,0 warp shadowc1 1,1,tha_t01,149,224
2 changes: 1 addition & 1 deletion npc/re/warps/other/s_workshop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ s_atelier,80,66,0 warp s_atelier0012 1,1,s_atelier,32,56
s_atelier,109,129,0 warp s_atelier0013 1,1,s_atelier,159,125
s_atelier,160,130,0 warp s_atelier0014 1,1,s_atelier,114,129
yuno,278,66,0 warp s_atelier0015 1,1,s_atelier,111,122
s_atelier,107,122,0 warp s_atelier0016 1,1,yuno,274,66
s_atelier,107,122,0 warp s_atelier0016 1,1,yuno,274,66
2 changes: 1 addition & 1 deletion sql-files/upgrades/2013-10-09--21-38.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#1381354728
ALTER TABLE `zenylog` MODIFY `type` enum('T','V','P','M','S','N','D','C','A','E','I','B','K') NOT NULL DEFAULT 'S';
INSERT INTO `sql_updates` (`timestamp`) VALUES (1381354728);
INSERT INTO `sql_updates` (`timestamp`) VALUES (1381354728);
2 changes: 1 addition & 1 deletion sql-files/upgrades/2013-10-10--16-36.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ CREATE TABLE IF NOT EXISTS `account_data` (
`bank_vault` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`account_id`)
) ENGINE=MyISAM;
INSERT INTO `sql_updates` (`timestamp`) VALUES (1381423003);
INSERT INTO `sql_updates` (`timestamp`) VALUES (1381423003);
2 changes: 1 addition & 1 deletion sql-files/upgrades/2013-10-27--16-47.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ALTER TABLE `inventory` MODIFY `equip` int(11) unsigned NOT NULL default '0';
ALTER TABLE `storage` MODIFY `equip` int(11) unsigned NOT NULL default '0';
ALTER TABLE `cart_inventory` MODIFY `equip` int(11) unsigned NOT NULL default '0';
ALTER TABLE `guild_storage` MODIFY `equip` int(11) unsigned NOT NULL default '0';
INSERT INTO `sql_updates` (`timestamp`) VALUES (1382892428);
INSERT INTO `sql_updates` (`timestamp`) VALUES (1382892428);
2 changes: 1 addition & 1 deletion sql-files/upgrades/2013-10-30--19-53.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ALTER TABLE `account_data` ADD `base_exp` TINYINT( 4 ) UNSIGNED NOT NULL default '100';
ALTER TABLE `account_data` ADD `base_drop` TINYINT( 4 ) UNSIGNED NOT NULL default '100';
ALTER TABLE `account_data` ADD `base_death` TINYINT( 4 ) UNSIGNED NOT NULL default '100';
INSERT INTO `sql_updates` (`timestamp`) VALUES (1383162785);
INSERT INTO `sql_updates` (`timestamp`) VALUES (1383162785);
2 changes: 1 addition & 1 deletion sql-files/upgrades/2013-10-30--21-12.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#1383167577
ALTER TABLE `char` ADD `font` TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT '0';
INSERT INTO `sql_updates` (`timestamp`) VALUES (1383167577);
INSERT INTO `sql_updates` (`timestamp`) VALUES (1383167577);
2 changes: 1 addition & 1 deletion sql-files/upgrades/2013-10-31--07-49.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ALTER TABLE `inventory` ADD COLUMN `bound` TINYINT(1) UNSIGNED NOT NULL DEFAULT
ALTER TABLE `cart_inventory` ADD COLUMN `bound` tinyint(1) UNSIGNED NOT NULL default '0' AFTER `expire_time`;
ALTER TABLE `storage` ADD COLUMN `bound` tinyint(1) UNSIGNED NOT NULL default '0' AFTER `expire_time`;
ALTER TABLE `guild_storage` ADD COLUMN `bound` TINYINT(1) UNSIGNED NOT NULL default '0' AFTER `expire_time`;
INSERT INTO `sql_updates` (`timestamp`) VALUES (1383205740);
INSERT INTO `sql_updates` (`timestamp`) VALUES (1383205740);
2 changes: 1 addition & 1 deletion sql-files/upgrades/2013-11-09--00-03.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ALTER TABLE `account_data` MODIFY `base_exp` TINYINT( 4 ) UNSIGNED NOT NULL default '100';
ALTER TABLE `account_data` MODIFY `base_drop` TINYINT( 4 ) UNSIGNED NOT NULL default '100';
ALTER TABLE `account_data` MODIFY `base_death` TINYINT( 4 ) UNSIGNED NOT NULL default '100';
INSERT INTO `sql_updates` (`timestamp`) VALUES (1383955424);
INSERT INTO `sql_updates` (`timestamp`) VALUES (1383955424);
2 changes: 1 addition & 1 deletion sql-files/upgrades/2013-11-15--19-57.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
UPDATE `account_data` SET `base_exp` = '100' WHERE `base_exp` = '0';
UPDATE `account_data` SET `base_drop` = '100' WHERE `base_drop` = '0';
UPDATE `account_data` SET `base_death` = '100' WHERE `base_death` = '0';
INSERT INTO `sql_updates` (`timestamp`) VALUES (1384545461);
INSERT INTO `sql_updates` (`timestamp`) VALUES (1384545461);
2 changes: 1 addition & 1 deletion sql-files/upgrades/2013-11-16--07-49.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#1384588175
ALTER TABLE `char` ADD COLUMN `unban_time` int(11) unsigned NOT NULL default '0';
INSERT INTO `sql_updates` (`timestamp`) VALUES (1384588175);
INSERT INTO `sql_updates` (`timestamp`) VALUES (1384588175);
2 changes: 1 addition & 1 deletion sql-files/upgrades/2014-01-04--16-47.sql
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ INSERT INTO `char_reg_str_db` (`char_id`, `key`, `index`, `value`) SELECT `char_
INSERT INTO `global_acc_reg_num_db` (`account_id`, `key`, `index`, `value`) SELECT `account_id`, `str`, 0, `value` FROM `global_reg_value` WHERE `type` = 1 AND `str` NOT LIKE '%$';
INSERT INTO `global_acc_reg_str_db` (`account_id`, `key`, `index`, `value`) SELECT `account_id`, `str`, 0, `value` FROM `global_reg_value` WHERE `type` = 1 AND `str` LIKE '%$';
#DROP TABLE `global_reg_value`;
INSERT INTO `sql_updates` (`timestamp`) VALUES (1388854043);
INSERT INTO `sql_updates` (`timestamp`) VALUES (1388854043);
2 changes: 1 addition & 1 deletion sql-files/upgrades/2014-02-19--17-57.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#1392832626
DELETE FROM `sc_data` WHERE `tick` = '-1';
ALTER TABLE `sc_data` ADD PRIMARY KEY (`account_id`,`char_id`,`type`);
INSERT INTO `sql_updates` (`timestamp`) VALUES (1392832626);
INSERT INTO `sql_updates` (`timestamp`) VALUES (1392832626);
2 changes: 1 addition & 1 deletion sql-files/upgrades/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
2014-02-19--17-57.sql
2014-03-25--23-57.sql
2014-04-07--22-04.sql
2014-04-26--10-00.sql
2014-04-26--10-00.sql

0 comments on commit 00d9001

Please sign in to comment.