diff options
Diffstat (limited to 'npc/custom/quests/kahohorn.txt')
-rw-r--r-- | npc/custom/quests/kahohorn.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/quests/kahohorn.txt b/npc/custom/quests/kahohorn.txt index 8c5c4d8cf..880e2aff9 100644 --- a/npc/custom/quests/kahohorn.txt +++ b/npc/custom/quests/kahohorn.txt @@ -53,7 +53,7 @@ geffen,115,107,5 script Lord Kaho's Servant 1_M_PUBMASTER,{ mes .@n$; for(set .@i,0; .@i<18; set .@i,.@i+1) if (!countitem(.@items[.@i])) { set .@nr,1; break; } - if (.@nr || countitem(714) < 3 || Zeny < 5000000) { + if (.@nr || countitem(Emperium) < 3 || Zeny < 5000000) { mes "I can't afford to make this if you don't bring all materials needed. Please understand this is to benefit heroes such as yourself!"; close; } for(set .@i,0; .@i<18; set .@i,.@i+1) |