diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-02-24 17:48:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-24 17:48:26 -0300 |
commit | 3eaf46ff711e52a776ac7a5c795772994f6444d8 (patch) | |
tree | 1032caa693487c594d6475e5317cd6f0b26173fa /npc | |
parent | 075afe457c551d6725c358651e2a9059b8b1896d (diff) | |
download | serverdata-3eaf46ff711e52a776ac7a5c795772994f6444d8.tar.gz serverdata-3eaf46ff711e52a776ac7a5c795772994f6444d8.tar.bz2 serverdata-3eaf46ff711e52a776ac7a5c795772994f6444d8.tar.xz serverdata-3eaf46ff711e52a776ac7a5c795772994f6444d8.zip |
Fix typo reported by poppet on Dimond's Chef
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-3/chef.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-3/chef.txt b/npc/017-3/chef.txt index a414fbecb..7ecd0d4b4 100644 --- a/npc/017-3/chef.txt +++ b/npc/017-3/chef.txt @@ -14,7 +14,7 @@ goto L_Busy; L_Busy: - if (getskilllv(TMW2_COOKING) < 0) goto L_Cooking; + if (getskilllv(TMW2_COOKING) > 0) goto L_Cooking; mesn; mesq l("I'm too busy right now to talk. Dimond's recipes are the best!"); close; |