summaryrefslogtreecommitdiff
path: root/npc/airports/lighthalzen.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/airports/lighthalzen.txt')
-rw-r--r--npc/airports/lighthalzen.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/airports/lighthalzen.txt b/npc/airports/lighthalzen.txt
index fb307acb4..959da9c96 100644
--- a/npc/airports/lighthalzen.txt
+++ b/npc/airports/lighthalzen.txt
@@ -46,8 +46,8 @@ lhz_airport,143,43,5 script Airport Staff#lhz_air1a::lhz_airport1 4_F_01,{
mes "a Free Ticket for 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 "lhz_airport",148,51;
end;
}