summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-11 20:48:57 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-11 20:48:57 +0000
commit64bd7a8e576712f2b7876485f1570a9421094981 (patch)
tree4fc181165325f0fbe4f04f12dbabcc5c6716b228 /npc
parent91c8ab666fdd014fcbae42e06ab6ca43af756ca2 (diff)
downloadhercules-64bd7a8e576712f2b7876485f1570a9421094981.tar.gz
hercules-64bd7a8e576712f2b7876485f1570a9421094981.tar.bz2
hercules-64bd7a8e576712f2b7876485f1570a9421094981.tar.xz
hercules-64bd7a8e576712f2b7876485f1570a9421094981.zip
Fixed a bug in the socket enchanter
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10875 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/merchants/socket_enchant.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 02951beff..d80d50487 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,7 @@
Date Added
======
+2007/07/11
+ * Fixed a bug in the socket enchanter [Playtester]
2007/07/10
* Rev. 10874 Added the gemstone trader into script_athena.conf [L0ne_W0lf]
2007/07/07
diff --git a/npc/merchants/socket_enchant.txt b/npc/merchants/socket_enchant.txt
index e9ecb5dc7..ac026221a 100644
--- a/npc/merchants/socket_enchant.txt
+++ b/npc/merchants/socket_enchant.txt
@@ -151,7 +151,7 @@ payon,140,151,5 script Seiyablem 84,{
{
case 1: callfunc "Func_Socket",1,2107,2108,40,61,250,999,5; break;
case 2: callfunc "Func_Socket",1,2314,2315,40,61,250,999,5; break;
- case 3: callfunc "Func_Socket",1,2326,2327,40,61,300,999,5; break;
+ case 3: callfunc "Func_Socket",1,2325,2326,40,61,300,999,5; break;
case 4: callfunc "Func_Socket",1,2321,2322,40,61,300,999,5; break;
case 5: callfunc "Func_Socket",1,2405,2406,40,61,300,999,5; break;
case 6: callfunc "Func_Socket",1,2403,2404,40,61,300,999,5; break;