diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-14 14:02:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-14 14:02:52 -0300 |
commit | 695ea00674255d10bd6e357c7c5b8f353a069422 (patch) | |
tree | 8b39e07537dc8d5d91cb06064d02a3c2953bca3e /npc/002-1 | |
parent | 894d3f0fddcf154b090ccb9929324f6211a0ff81 (diff) | |
download | serverdata-695ea00674255d10bd6e357c7c5b8f353a069422.tar.gz serverdata-695ea00674255d10bd6e357c7c5b8f353a069422.tar.bz2 serverdata-695ea00674255d10bd6e357c7c5b8f353a069422.tar.xz serverdata-695ea00674255d10bd6e357c7c5b8f353a069422.zip |
Why fixing the skill not consuming items, when I can hack it instead? :thinking:
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/elanore.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-1/elanore.txt b/npc/002-1/elanore.txt index 11567fb5..2a400994 100644 --- a/npc/002-1/elanore.txt +++ b/npc/002-1/elanore.txt @@ -53,7 +53,7 @@ L_NoHealMessage: L_Chat: mesn l("Elanore the Healer"); - mes "\"Hello! Can I help you?\""; + mesq l("Hello! Can I help you?"); next; goto L_Main; |