diff options
author | Kargha <Kargha@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-23 20:52:04 +0000 |
---|---|---|
committer | Kargha <Kargha@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-23 20:52:04 +0000 |
commit | 207960587fe4add27d195a44249f17cada9f9a71 (patch) | |
tree | 726e8e124aff7ec7a1d5818e239672e9234b922d | |
parent | 87518ee7335c630d6bc417aab5fb34d2fb2f1176 (diff) | |
download | hercules-207960587fe4add27d195a44249f17cada9f9a71.tar.gz hercules-207960587fe4add27d195a44249f17cada9f9a71.tar.bz2 hercules-207960587fe4add27d195a44249f17cada9f9a71.tar.xz hercules-207960587fe4add27d195a44249f17cada9f9a71.zip |
- Fixed the names of the Lighthalzen and Einbroch refine NPCs. Thanks to Muad_Dib
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6242 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/merchants/refine.txt | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt index e8fa78bac..e0f714bcf 100644 --- a/npc/merchants/refine.txt +++ b/npc/merchants/refine.txt @@ -36,6 +36,7 @@ //= 1.9 - Rewrote repairman, removed the Steel from repair cost [DracoRPG]
//= 2.0 - Fixed missed equppment presence check. Thx2 Coltaro [Lupus]
//= 2.0a - Added weight checks thanks to Neouni [Playtester]
+//= 2.0b - Fixed the names of Lighthalzen and Einbroch refiners thanks to Maud_Dib [Kargha]
//============================================================
@@ -201,13 +202,13 @@ yuno_in01.gat,164,26,6 script Disturb 88,{ callfunc "refinemain";
end;
}
-ein_in01.gat,24,87,6 script Katamo 826,{
- set @name$,"Katamo";
+ein_in01.gat,24,87,6 script Manthasman 826,{
+ set @name$,"Manthasman Pruhag";
callfunc "refinemain";
end;
}
-lhz_in02.gat,282,20,7 script Marc 869,{
- set @name$,"Marc";
+lhz_in02.gat,282,20,7 script Fulerr 869,{
+ set @name$,"Fulerr";
callfunc "refinemain";
end;
}
@@ -588,13 +589,13 @@ yuno_in01.gat,171,26,6 script Dillemat 88,{ callfunc "phramain";
end;
}
-ein_in01.gat,15,87,7 script Gorly 86,{
- set @name$,"Gorly";
+ein_in01.gat,15,87,7 script Tirehaus 86,{
+ set @name$,"Tirehaus";
callfunc "phramain";
end;
}
-lhz_in02.gat,278,24,3 script Kato 86,{
- set @name$,"Kato";
+lhz_in02.gat,278,24,3 script Krugg 86,{
+ set @name$,"Krugg";
callfunc "phramain";
end;
}
@@ -681,13 +682,13 @@ yuno_in01.gat,171,22,6 script Delayt 88,{ callfunc "orimain";
end;
}
-ein_in01.gat,18,82,6 script Dati 84,{
- set @name$,"Dati";
+ein_in01.gat,18,82,6 script Matestein 84,{
+ set @name$,"Matestein";
callfunc "orimain";
end;
}
-lhz_in02.gat,281,24,5 script Gadamari 84,{
- set @name$,"Gadamari";
+lhz_in02.gat,281,24,5 script Fruel 84,{
+ set @name$,"Fruel";
callfunc "orimain";
end;
}
|