diff options
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/merchants/socket_enchant.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 280872f00..ef296192f 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -39,6 +39,7 @@ Playtester Date Added
======
07/17
+ * Enchanting a Tiara now costs 2M [Playtester]
* Added slotted Running Shirt to Comobo Gambling [Playtester]
07/16
* Small spawn update in Kiel Dungeon [Playtester]
diff --git a/npc/merchants/socket_enchant.txt b/npc/merchants/socket_enchant.txt index 40e6dcf70..f90ed3be6 100644 --- a/npc/merchants/socket_enchant.txt +++ b/npc/merchants/socket_enchant.txt @@ -460,7 +460,7 @@ lhz_in02.gat,281,35,5 script Socket Enchant 84,{ Tiara:
set @olditem,2234;
set @newitem,5164;
- callfunc "f_armor_s";
+ callfunc "f_armor_s2";
Sphinx_Hat:
set @olditem,5053;
|