diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-06-24 14:36:22 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-06-24 14:36:22 +0530 |
commit | c3cd76bb3c15cc4c7d88a7cf935842626ec7028c (patch) | |
tree | 72aadda61b7e0b05f2430af17df26f5094782123 /npc | |
parent | d342e91c38c9e7bde68e3fac9b1013da6c707922 (diff) | |
download | hercules-c3cd76bb3c15cc4c7d88a7cf935842626ec7028c.tar.gz hercules-c3cd76bb3c15cc4c7d88a7cf935842626ec7028c.tar.bz2 hercules-c3cd76bb3c15cc4c7d88a7cf935842626ec7028c.tar.xz hercules-c3cd76bb3c15cc4c7d88a7cf935842626ec7028c.zip |
Fixed costume name in eclage quest
Diffstat (limited to 'npc')
-rw-r--r-- | npc/re/quests/quests_eclage.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/re/quests/quests_eclage.txt b/npc/re/quests/quests_eclage.txt index 9f0ed6279..164f66fad 100644 --- a/npc/re/quests/quests_eclage.txt +++ b/npc/re/quests/quests_eclage.txt @@ -2791,7 +2791,7 @@ ecl_in04,226,231,4 script Du Lian#ep14_2in2 4_M_REDMAN,{ emotion e_dots,0,"Alp Ocart#ep14_2in2"; cutin "bu_alp2",2; ep14_2_oliver = 30; - getitem Oliver_Wolf_Hood,1; //Oliver_Wolf_Hood + getitem C_Oliver_Wolf_Hood,1; completequest 11337; close2; cutin "",255; @@ -2933,7 +2933,7 @@ ecl_in04,224,234,4 script Mark Esha#ep14_2in2 4_M_BLUEMAN,{ emotion e_dots,0,"Alp Ocart#ep14_2in2"; cutin "bu_alp2",2; ep14_2_oliver = 30; - getitem Oliver_Wolf_Hood,1; //Oliver_Wolf_Hood + getitem C_Oliver_Wolf_Hood,1; completequest 11337; close2; cutin "",255; @@ -3078,7 +3078,7 @@ ecl_in04,223,234,4 script Maggi Steen#ep14_2in2 4_F_PINKWOMAN,{ emotion e_dots,0,"Alp Ocart#ep14_2in2"; cutin "bu_alp2",2; ep14_2_oliver = 30; - getitem Oliver_Wolf_Hood,1; //Oliver_Wolf_Hood + getitem C_Oliver_Wolf_Hood,1; completequest 11337; close2; cutin "",255; @@ -3214,7 +3214,7 @@ ecl_in04,223,230,4 script Alp Ocart#ep14_2in2 4_M_BLACKMAN,{ emotion e_dots; cutin "bu_alp2",2; ep14_2_oliver = 30; - getitem Oliver_Wolf_Hood,1; //Oliver_Wolf_Hood + getitem C_Oliver_Wolf_Hood,1; completequest 11337; close2; cutin "",255; |