diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-08 17:14:57 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-08 17:14:57 +0000 |
commit | e0edebcdda7817ecb520816440a00dff6108e398 (patch) | |
tree | 6dbc4bd28be1fc6674ef1d6d96210303a803a965 /npc/merchants/socket_enchant.txt | |
parent | e6ddd96c260fe3372cb266d3d59e07ab86769ed7 (diff) | |
download | hercules-e0edebcdda7817ecb520816440a00dff6108e398.tar.gz hercules-e0edebcdda7817ecb520816440a00dff6108e398.tar.bz2 hercules-e0edebcdda7817ecb520816440a00dff6108e398.tar.xz hercules-e0edebcdda7817ecb520816440a00dff6108e398.zip |
* Removed double tabs from mapflag/warp/script/function/duplicate declarations.
(avoid script errors in a future commit)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11871 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/socket_enchant.txt')
-rw-r--r-- | npc/merchants/socket_enchant.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/merchants/socket_enchant.txt b/npc/merchants/socket_enchant.txt index d3b5a6d02..266408697 100644 --- a/npc/merchants/socket_enchant.txt +++ b/npc/merchants/socket_enchant.txt @@ -22,7 +22,7 @@ //= 1.4 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //============================================================ -payon,140,151,5 script Seiyablem 84,{ +payon,140,151,5 script Seiyablem 84,{ mes "[Seiyablem]"; mes "I'm an engineer that specializes in adding Slots to normal Weapons and Armor."; @@ -402,8 +402,8 @@ function script Func_Socket { } lhz_in02,281,35,5 duplicate(Seiyablem) Seiyablem#lhz 84,0,0 -prt_in,33,70,5 duplicate(Seiyablem) Seiyablem#prt 84,0,0 -morocc,51,41,5 duplicate(Seiyablem) Seiyablem#moc 84,0,0 +prt_in,33,70,5 duplicate(Seiyablem) Seiyablem#prt 84,0,0 +morocc,51,41,5 duplicate(Seiyablem) Seiyablem#moc 84,0,0 payon,143,143,7 script Young Man#socket 97,{ @@ -424,5 +424,5 @@ payon,143,143,7 script Young Man#socket 97,{ } lhz_in02,269,33,5 duplicate(Young Man#socket) Young Man#lhz 97,0,0 -prt_in,31,57,1 duplicate(Young Man#socket) Young Man#prt 97,0,0 -morocc,60,42,3 duplicate(Young Man#socket) Young Man#moc 97,0,0 +prt_in,31,57,1 duplicate(Young Man#socket) Young Man#prt 97,0,0 +morocc,60,42,3 duplicate(Young Man#socket) Young Man#moc 97,0,0 |