diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-08-12 13:15:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-08-12 13:15:45 -0300 |
commit | 0d776c30181654cf830b49e82bc8b42df96425d5 (patch) | |
tree | 63351495783a80523e4208b562c6aaf2fafeb946 | |
parent | 571081c16fae8ec5efa2add60d72d16bacd26478 (diff) | |
download | serverdata-0d776c30181654cf830b49e82bc8b42df96425d5.tar.gz serverdata-0d776c30181654cf830b49e82bc8b42df96425d5.tar.bz2 serverdata-0d776c30181654cf830b49e82bc8b42df96425d5.tar.xz serverdata-0d776c30181654cf830b49e82bc8b42df96425d5.zip |
Fix typo in Fejda Reader
-rw-r--r-- | npc/003-0/fejda.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/fejda.txt b/npc/003-0/fejda.txt index 1ae8064e4..61ef1381e 100644 --- a/npc/003-0/fejda.txt +++ b/npc/003-0/fejda.txt @@ -29,7 +29,7 @@ close; } // Do you need to pay the fee? - if (!CLASS_CHANGE) { + if (CLASS_CHANGE) { if (Zeny < .GpFee) { mesc l("Not enough money."), 1; close; |