summaryrefslogtreecommitdiff
path: root/npc/warps
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-12-10 15:35:54 +0530
committerHaru <haru@dotalux.com>2015-12-18 05:13:36 +0100
commit48122727289c06906d8c4e38e183bb0a16ddbb53 (patch)
treedecd7a501b337f730cb2c16285e2d10049a4026e /npc/warps
parentecb934ebba6ac3fbd35d8816c1802f0d134ef4ac (diff)
downloadhercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.gz
hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.bz2
hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.xz
hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.zip
ItemID to Constant: quests/woe Folder
Diffstat (limited to 'npc/warps')
-rw-r--r--npc/warps/fields/abyss_warper.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/warps/fields/abyss_warper.txt b/npc/warps/fields/abyss_warper.txt
index 74806af3a..204c55842 100644
--- a/npc/warps/fields/abyss_warper.txt
+++ b/npc/warps/fields/abyss_warper.txt
@@ -46,7 +46,7 @@ hu_fild05,168,304,0 script Column#abyss1 HIDDEN_NPC,{
mes "certain dragon body parts";
mes "would fit perfectly into";
mes "the column grooves.^000000";
- if((countitem(1035)) && (countitem(1036)) && (countitem(1037)))
+ if((countitem(Dragon_Canine)) && (countitem(Dragon_Scale)) && (countitem(Dragon_Train)))
{
next;
switch( select( "Insert Dragon Body Parts","Eat Dragon Body Parts" ) )