diff options
author | Haru <haru@dotalux.com> | 2016-03-11 12:20:46 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-03-11 12:20:46 +0100 |
commit | 548a5616f3080cfb260b8cdac7d5d2d168b462ca (patch) | |
tree | 85c02ad5db7735b4715d3572fdac0696b61a0921 | |
parent | 7574d51be691d78217dfeb0d81a2ae93e985e92d (diff) | |
parent | 2fe634292b3bc10c1f819438c34f9c9caed96a74 (diff) | |
download | hercules-548a5616f3080cfb260b8cdac7d5d2d168b462ca.tar.gz hercules-548a5616f3080cfb260b8cdac7d5d2d168b462ca.tar.bz2 hercules-548a5616f3080cfb260b8cdac7d5d2d168b462ca.tar.xz hercules-548a5616f3080cfb260b8cdac7d5d2d168b462ca.zip |
Merge pull request #1195 from AtlantisRO/master
Fix to NPC [Larissa#mos_01] in script [npc/quests/quests_moscovia.txt]
-rw-r--r-- | npc/quests/quests_moscovia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt index f605e55bb..63d33755c 100644 --- a/npc/quests/quests_moscovia.txt +++ b/npc/quests/quests_moscovia.txt @@ -3904,7 +3904,7 @@ mosk_in,211,259,5 script Larissa#mos_01 4_F_RUSWOMAN2,{ } setarray .@di,7031,1,519,2,504,2,548,1,1019,1,518,1; for (.@i = 0; .@i < getarraysize(.@di); .@i += 2) - delitem .@n[.@i],.@n[.@i+1]; + delitem .@di[.@i],.@di[.@i+1]; getitem .@n,.@n[1]; close; } |