diff options
author | Haru <haru@dotalux.com> | 2013-11-11 03:15:32 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-11-11 03:19:33 +0100 |
commit | 24fb73c653388c7d76fcd0a0bcc08b4af4c5e9cb (patch) | |
tree | 3ec01cb76b04fca1a000a64467612e8cce8a496d /npc/custom | |
parent | def35a112daab37d502811883b0c9d8b6c4be31e (diff) | |
download | hercules-24fb73c653388c7d76fcd0a0bcc08b4af4c5e9cb.tar.gz hercules-24fb73c653388c7d76fcd0a0bcc08b4af4c5e9cb.tar.bz2 hercules-24fb73c653388c7d76fcd0a0bcc08b4af4c5e9cb.tar.xz hercules-24fb73c653388c7d76fcd0a0bcc08b4af4c5e9cb.zip |
Follow-up to 0b7b3796ec987cbb1c263722b841cfa5795aa6d3
- Replaced some leftover numeric IDs
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/custom')
-rw-r--r-- | npc/custom/itembind.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/itembind.txt b/npc/custom/itembind.txt index f30455123..916c57a46 100644 --- a/npc/custom/itembind.txt +++ b/npc/custom/itembind.txt @@ -11,7 +11,7 @@ //= Account, Character, or Guild //============================================================ -prontera,144,174,4 script Bound Items 429,{ +prontera,144,174,4 script Bound Items 4_M_JP_MID,{ mes "I can bind your items to your account, guild, or character"+((.bindprice)?" for a ^0000FF"+.bindprice+"^000000 zeny fee":"")+"."; next; |