diff options
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/3-1/rune_knight.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/3-1/rune_knight.txt b/npc/jobs/3-1/rune_knight.txt index e4dab7e95..def9ecd64 100644 --- a/npc/jobs/3-1/rune_knight.txt +++ b/npc/jobs/3-1/rune_knight.txt @@ -3904,9 +3904,9 @@ job3_rune01,92,62,3 script Kafra Employee#rk 114,{ npc "sec_in02" "·ûÎÄÆïʿתְÈ볡¹ÜÀíԱ" 4_M_KNIGHT_SILVER 34 167 3 1 1 mes "ÇëÊäÈëÃÜÂ롣"; next; - set keyword,1854; + set .@keyword$, "1854"; input .@input$; - if (inputstr == keyword) { + if (.@input$ == .@keyword$) { mes "·ûÎÄÆïʿתְ¹ÜÀíģ¿鿪ʼ"; next; switch(select("¼ì²éȫ¾ֱäÁ¿:ÐÄȫ¾ֱäÁ¿")) { |