diff options
Diffstat (limited to 'npc/quests/quests_rachel.txt')
-rw-r--r-- | npc/quests/quests_rachel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_rachel.txt b/npc/quests/quests_rachel.txt index 938d303ab..c193eabf1 100644 --- a/npc/quests/quests_rachel.txt +++ b/npc/quests/quests_rachel.txt @@ -2954,7 +2954,7 @@ ice_dun02,120,105,3 script Man Stuck in Ice#cave 924,5,5,{ mes "later! Just... Just get"; mes "this ice off of me!."; next; - if (getskilllv(19) > 0) { + if (getskilllv("MG_FIREBOLT") > 0) { misceffect 24; //EF_FIREBALL mes "^3355FFYou cast Fire Bolt at"; mes "the ice..^000000"; |