diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-11-21 15:59:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-21 15:59:07 +0300 |
commit | e0bff9d14ccbdc5f0311539fd24a474e7e02741d (patch) | |
tree | 085bcf17d42535c93083dba8f5870c2223684fd6 /npc/quests/newgears/2005_headgears.txt | |
parent | 511219ae00986d41586f99421fef2126325f1e15 (diff) | |
parent | c12429cd00ce531b2ff685c201d74e2576c2a4aa (diff) | |
download | hercules-e0bff9d14ccbdc5f0311539fd24a474e7e02741d.tar.gz hercules-e0bff9d14ccbdc5f0311539fd24a474e7e02741d.tar.bz2 hercules-e0bff9d14ccbdc5f0311539fd24a474e7e02741d.tar.xz hercules-e0bff9d14ccbdc5f0311539fd24a474e7e02741d.zip |
Merge pull request #1514 from HerculesWS/itemdb-fixes
Itemdb AegisName fixes
Diffstat (limited to 'npc/quests/newgears/2005_headgears.txt')
-rw-r--r-- | npc/quests/newgears/2005_headgears.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/newgears/2005_headgears.txt b/npc/quests/newgears/2005_headgears.txt index 8efebb27a..80cea9f6a 100644 --- a/npc/quests/newgears/2005_headgears.txt +++ b/npc/quests/newgears/2005_headgears.txt @@ -1650,7 +1650,7 @@ gl_prison1,97,104,1 script Phendark#LhzHat PHENDARK,{ countitem(Tail_) || countitem(Whip) || countitem(Whip_) || countitem(Lariat) || countitem(Rapture_Rose) || countitem(Chemeti) || countitem(Whip_Of_Red_Flame) || countitem(Whip_Of_Ice_Piece) || countitem(Whip_Of_Earth) || - countitem(Jump_Rope) || countitem(Bladed_Whip) || countitem(Queen's_Whip) || + countitem(Jump_Rope) || countitem(Bladed_Whip) || countitem(Queens_Whip) || countitem(Electric_Wire) )) close; // no whip equipped or in inventory |