diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2015-01-30 15:17:38 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2015-01-30 15:17:38 -0800 |
commit | 9688de270b1fd6bc3bb907fa304fbc7235c053b4 (patch) | |
tree | 816985abfe6cf1479925b3c4dbec62c596108c2a /world/map/npc/002-1/luca.txt | |
parent | fe8d009bbd05a8d856a33d149cf7647facf448a8 (diff) | |
download | serverdata-9688de270b1fd6bc3bb907fa304fbc7235c053b4.tar.gz serverdata-9688de270b1fd6bc3bb907fa304fbc7235c053b4.tar.bz2 serverdata-9688de270b1fd6bc3bb907fa304fbc7235c053b4.tar.xz serverdata-9688de270b1fd6bc3bb907fa304fbc7235c053b4.zip |
Typo fixes in variable names
Diffstat (limited to 'world/map/npc/002-1/luca.txt')
-rw-r--r-- | world/map/npc/002-1/luca.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/002-1/luca.txt b/world/map/npc/002-1/luca.txt index c6c47647..17ac66c7 100644 --- a/world/map/npc/002-1/luca.txt +++ b/world/map/npc/002-1/luca.txt @@ -316,7 +316,7 @@ L_MenuItems1: L_unfocus: if (countitem("GrimaceOfDementia") > 0) goto L_unfocus_menu; - if (MAGIG_FLAGS & MFLAG_KNOWS_UNFOCUS_RECIPE) goto L_nopotion; + if (MAGIC_FLAGS & MFLAG_KNOWS_UNFOCUS_RECIPE) goto L_nopotion; mes "[Luca the Hunter]"; mes "\"Unfocusing is one of the harder parts though, because it is sunk in. You see?\""; |