diff options
Diffstat (limited to 'npc/quests/quests_rachel.txt')
-rw-r--r-- | npc/quests/quests_rachel.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/quests_rachel.txt b/npc/quests/quests_rachel.txt index 39b3a7b97..43e4beadb 100644 --- a/npc/quests/quests_rachel.txt +++ b/npc/quests/quests_rachel.txt @@ -3722,10 +3722,10 @@ OnStart: enablenpc "#ice_4f_2"; enablenpc "#ice_4f_3"; enablenpc "#ice_4f_4"; - specialeffect(EF_MAPPILLAR2, AREA, getnpcid(0, "#ice_4f_1")); - specialeffect(EF_MAPPILLAR2, AREA, getnpcid(0, "#ice_4f_2")); - specialeffect(EF_MAPPILLAR2, AREA, getnpcid(0, "#ice_4f_3")); - specialeffect(EF_MAPPILLAR2, AREA, getnpcid(0, "#ice_4f_4")); + specialeffect(EF_MAPPILLAR2, AREA, getnpcid("#ice_4f_1")); + specialeffect(EF_MAPPILLAR2, AREA, getnpcid("#ice_4f_2")); + specialeffect(EF_MAPPILLAR2, AREA, getnpcid("#ice_4f_3")); + specialeffect(EF_MAPPILLAR2, AREA, getnpcid("#ice_4f_4")); end; OnTimer60000: |