summaryrefslogtreecommitdiff
path: root/npc/airports/einbroch.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-12-10 15:31:22 +0530
committerHaru <haru@dotalux.com>2015-12-18 05:13:34 +0100
commit49db25887215726ef0a46c8212efb88dbf3004e6 (patch)
tree9949053abc83fb81f56f5ffcceadc6de5e77cf81 /npc/airports/einbroch.txt
parent53abb8cdf92cd3d153b0a3d5b99b55cbd631f36c (diff)
downloadhercules-49db25887215726ef0a46c8212efb88dbf3004e6.tar.gz
hercules-49db25887215726ef0a46c8212efb88dbf3004e6.tar.bz2
hercules-49db25887215726ef0a46c8212efb88dbf3004e6.tar.xz
hercules-49db25887215726ef0a46c8212efb88dbf3004e6.zip
ItemID to Constant: airports Folder
Diffstat (limited to 'npc/airports/einbroch.txt')
-rw-r--r--npc/airports/einbroch.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/airports/einbroch.txt b/npc/airports/einbroch.txt
index 3c3f77a8e..2d1ff70ba 100644
--- a/npc/airports/einbroch.txt
+++ b/npc/airports/einbroch.txt
@@ -46,8 +46,8 @@ airport,143,43,5 script Airport Staff#airport1a::airport1 4_F_01,{
mes "you board the Airship?";
next;
if (select("Yes:No") == 1) {
- if (countitem(7311) > 0) {
- delitem 7311,1; //Free_Flying_Ship_Ticket
+ if (countitem(Free_Flying_Ship_Ticket) > 0) {
+ delitem Free_Flying_Ship_Ticket,1;
warp "airport",148,51;
end;
}